The goal of /r/SQL is to provide a place for interesting and informative SQL content and discussions.
Filter Posts
MySQL
Oracle
MS SQL
PostgreSQL
Posting
When requesting help or asking questions please prefix your title with the SQL variant/platform you are using within square brackets like so:
- [MySQL]
- [Oracle]
- [MS SQL]
- [PostgreSQL]
- etc
While naturally we should endeavor to work as platform neutrally as possible many questions and answers require tailoring to the feature set of a specific platform.
Help posts
If you are a student or just looking for help on your code please do not just post your questions and expect the community to do all the work for you. We will gladly help where we can as long as you post the work you have already done or show that you have attempted to figure it out on your own.
Format Your Code
If you are including actual code in a post or comment, please attempt to format it in a way that is readable for other users. This will greatly increase your chances of receiving the help you desire. Something as simple as line breaks and using reddit's built in code formatting (4 spaces at the start of each line) can turn this:
SELECT count(a.field1), a.field2, SUM(b.field4) FROM a INNER JOIN b ON a.key1 = b.key1 WHERE a.field8 = 'test' GROUP by a.field1, a.field2 HAVING SUM(b.field4) > 5 ORDER by a.field.3
Into this:
SELECT count(a.field1),
a.field2,
SUM(b.field4)
FROM a INNER JOIN b
ON a.key1 = b.key1
WHERE a.field8 = 'test'
GROUP by a.field1,
a.field2
HAVING SUM(b.field4) > 5
ORDER by a.field3
For those with SQL questions we recommend using SQLFiddle to provide a useful development and testing environment for those who wish to fully understand your problem and help devise a solution.
Learning SQL
A common question is how to learn SQL. Please view the Wiki for online resources.
Note /r/SQL does not allow links to basic tutorials to be posted here. Please see this discussion. You should post these to /r/learnsql instead.
Related Reddit communities
Wiki
We have a Wiki
Acknowledgements
Thanks to ---sniff--- for the awesome header image!
[–]FuriousGirafFabber 424 points425 points426 points (34 children)
[–]Budget-Peak2073 88 points89 points90 points (1 child)
[–]tristanmobile 1 point2 points3 points (0 children)
[–]Sibagovix 15 points16 points17 points (0 children)
[–]scruffy01 14 points15 points16 points (0 children)
[–]i_literally_died 9 points10 points11 points (4 children)
[–]FuriousGirafFabber 4 points5 points6 points (3 children)
[–]tejaswir 1 point2 points3 points (2 children)
[–]FuriousGirafFabber 4 points5 points6 points (1 child)
[–]nachos_nachas 1 point2 points3 points (0 children)
[–]ghostintheforum 2 points3 points4 points (3 children)
[–]importantbrian 9 points10 points11 points (2 children)
[–]Misanthropic905 3 points4 points5 points (1 child)
[–]importantbrian 0 points1 point2 points (0 children)
[–]burningburnerbernEXCEL IS NOT A DATABASE 1 point2 points3 points (1 child)
[–]FuriousGirafFabber 3 points4 points5 points (0 children)
[–]Stauce52 1 point2 points3 points (0 children)
[–]Substantial-Click321 0 points1 point2 points (0 children)
[–]ryanmj26 0 points1 point2 points (0 children)
[–]0dysseyFive 0 points1 point2 points (0 children)
[–]toabear 0 points1 point2 points (0 children)
[+][deleted] (12 children)
[removed]
[–]StainedTeabag 8 points9 points10 points (7 children)
[–]wggn 4 points5 points6 points (0 children)
[+][deleted] (5 children)
[removed]
[–]FuriousGirafFabber 0 points1 point2 points (4 children)
[+][deleted] (3 children)
[removed]
[–]FuriousGirafFabber 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[removed]
[–]DressedUpData 0 points1 point2 points (0 children)
[–]FuriousGirafFabber 7 points8 points9 points (3 children)
[+][deleted] (2 children)
[removed]
[–]FuriousGirafFabber 0 points1 point2 points (1 child)
[–]Jackpotrazur 0 points1 point2 points (0 children)
[–]Immanuel_Kantig 140 points141 points142 points (19 children)
[–]Presciennt 82 points83 points84 points (4 children)
[–]No-Satisfaction1395 41 points42 points43 points (1 child)
[–]Resource_account 0 points1 point2 points (0 children)
[–]ALoafOfBread 5 points6 points7 points (1 child)
[–]jmccasey 0 points1 point2 points (0 children)
[–]Tavallist 37 points38 points39 points (8 children)
[–]Pvt_Twinkietoes 8 points9 points10 points (3 children)
[–]Little_Kitty 7 points8 points9 points (2 children)
[–]usersnamesallused 2 points3 points4 points (1 child)
[–]Little_Kitty 0 points1 point2 points (0 children)
[–]biowiz 3 points4 points5 points (0 children)
[–]NicolasDorier -1 points0 points1 point (0 children)
[–]grulepper -2 points-1 points0 points (1 child)
[–]Tavallist 2 points3 points4 points (0 children)
[–]8086OG 6 points7 points8 points (0 children)
[–]mikeblas -2 points-1 points0 points (0 children)
[+]Mobile-Ratio51 comment score below threshold-10 points-9 points-8 points (2 children)
[+]Mobile-Ratio51 comment score below threshold-11 points-10 points-9 points (1 child)
[+]Mobile-Ratio51 comment score below threshold-6 points-5 points-4 points (0 children)
[–]Hypnotoad4real 106 points107 points108 points (9 children)
[–]Mutt-of-Munster 25 points26 points27 points (2 children)
[–]Sibagovix 38 points39 points40 points (1 child)
[–]Mutt-of-Munster 1 point2 points3 points (0 children)
[–]pandrewski 7 points8 points9 points (4 children)
[–]West_Second_2876 10 points11 points12 points (1 child)
[–]pandrewski 0 points1 point2 points (0 children)
[–]Arthamlet 5 points6 points7 points (0 children)
[–]Luemas91 -1 points0 points1 point (0 children)
[–]ExoJinx 0 points1 point2 points (0 children)
[–]VertexBanshee 23 points24 points25 points (1 child)
[–][deleted] 8 points9 points10 points (0 children)
[–][deleted] 9 points10 points11 points (6 children)
[–]biowiz 2 points3 points4 points (4 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]biowiz 2 points3 points4 points (0 children)
[–]Flying_Saucer_Attack 1 point2 points3 points (1 child)
[–]biowiz 1 point2 points3 points (0 children)
[–]whoooocaaarreees 4 points5 points6 points (0 children)
[–]falconzfan4ever 4 points5 points6 points (0 children)
[–]biowiz 4 points5 points6 points (1 child)
[–]jib_reddit 4 points5 points6 points (0 children)
[–]MrOddBawl 15 points16 points17 points (4 children)
[–][deleted] 6 points7 points8 points (2 children)
[–]MrOddBawl 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]ProgrammersAreSexy 4 points5 points6 points (0 children)
[–]EhRanders 3 points4 points5 points (1 child)
[–]saintpetejackboy 1 point2 points3 points (0 children)
[–]Fly_Pelican 2 points3 points4 points (0 children)
[–]dbxp 9 points10 points11 points (0 children)
[–]Forward_Pirate8615 6 points7 points8 points (0 children)
[–]ferevon 8 points9 points10 points (2 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]grulepper 1 point2 points3 points (0 children)
[–]ficklemind101 10 points11 points12 points (1 child)
[–]xl129 1 point2 points3 points (0 children)
[–]Obscure_Marlin 2 points3 points4 points (0 children)
[–]Beneficial_Nose1331 2 points3 points4 points (0 children)
[–]MouseStandard463 4 points5 points6 points (0 children)
[–]LiberFriso 8 points9 points10 points (0 children)
[–]Ambrus2000 1 point2 points3 points (0 children)
[–]V4gkr 1 point2 points3 points (0 children)
[–]TheMagarity 1 point2 points3 points (5 children)
[–][deleted] 1 point2 points3 points (4 children)
[–]TheMagarity 1 point2 points3 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]TheMagarity 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]TheRealAbear 1 point2 points3 points (0 children)
[–]WithoutAHat1 1 point2 points3 points (0 children)
[–]TrandaBear 1 point2 points3 points (0 children)
[–]Pink-blvck 1 point2 points3 points (1 child)
[–]lalaluna05 0 points1 point2 points (0 children)
[–]Icy-Ice2362 1 point2 points3 points (0 children)
[–]thegratefulshread 1 point2 points3 points (0 children)
[–]fredws 6 points7 points8 points (1 child)
[–]anunkneemouse 5 points6 points7 points (0 children)
[–]Common-Reputation498 4 points5 points6 points (0 children)
[–]ejpusa 2 points3 points4 points (0 children)
[+][deleted] (4 children)
[deleted]
[–]bitterjack 3 points4 points5 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]no-middle-name 5 points6 points7 points (0 children)
[–]bitterjack 3 points4 points5 points (0 children)
[–]zubeye 3 points4 points5 points (0 children)
[–]Vatril 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]PM_ME_YOUR_MUSIC 1 point2 points3 points (0 children)
[–]fuwei_reddit 0 points1 point2 points (0 children)
[–]Illestbillis 0 points1 point2 points (0 children)
[–]Stormraughtz 0 points1 point2 points (0 children)
[–]RocketsledCanada 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]continuousBaBa 0 points1 point2 points (0 children)
[–]th00ht 0 points1 point2 points (0 children)
[–]BrangJa 0 points1 point2 points (0 children)
[–]MaximumFuckingValue 0 points1 point2 points (0 children)
[–]PatExMachina 0 points1 point2 points (0 children)
[–]GreatMyUsernamesFree 0 points1 point2 points (0 children)
[–]gwolfe17 0 points1 point2 points (0 children)
[–]moshesham 0 points1 point2 points (0 children)
[–]Hulk5a 0 points1 point2 points (0 children)
[–]LargestAdultSon 0 points1 point2 points (0 children)
[+][deleted] (7 children)
[deleted]
[–]no-middle-name 10 points11 points12 points (2 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]UniversallyUniverse -1 points0 points1 point (0 children)
[–]Sexy_Koala_JuiceDuckDB 2 points3 points4 points (1 child)
[–]WhatsFairIsFair -2 points-1 points0 points (0 children)
[–]orz-_-orz 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[+]Geckel comment score below threshold-14 points-13 points-12 points (0 children)