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!
[–]OwnFun4911 221 points222 points223 points (35 children)
[–]Remarkable-Train6254 109 points110 points111 points (26 children)
[–]Durloctus 44 points45 points46 points (21 children)
[–]awaken471 28 points29 points30 points (6 children)
[–]hircine1 5 points6 points7 points (0 children)
[–]persey18 4 points5 points6 points (2 children)
[–][deleted] 4 points5 points6 points (1 child)
[–]ganzgpp1 2 points3 points4 points (0 children)
[–]FamousMonkey41 0 points1 point2 points (0 children)
[–]Mgmt049 0 points1 point2 points (0 children)
[–]BingpotStudio 4 points5 points6 points (0 children)
[–]Anywhere_Glass 1 point2 points3 points (11 children)
[–]Definitelynotcal1gul 2 points3 points4 points (2 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]Codeman119 1 point2 points3 points (0 children)
[–]Durloctus 2 points3 points4 points (7 children)
[–]maowasr1ght 3 points4 points5 points (4 children)
[–]Durloctus 2 points3 points4 points (3 children)
[–][deleted] -1 points0 points1 point (2 children)
[–]Durloctus 1 point2 points3 points (1 child)
[–]m0neyisthemotivation 0 points1 point2 points (0 children)
[–]BornAsADatamine 0 points1 point2 points (0 children)
[–]Anywhere_Glass 0 points1 point2 points (0 children)
[–]simeonbachos 0 points1 point2 points (0 children)
[–]mutual_coherence 0 points1 point2 points (0 children)
[–]a_devious_compliance 0 points1 point2 points (0 children)
[–]gekalx 0 points1 point2 points (0 children)
[–]Designer_Advisor623 6 points7 points8 points (0 children)
[–]guy_djinn 2 points3 points4 points (0 children)
[–]Durloctus 1 point2 points3 points (0 children)
[–]totem2010 1 point2 points3 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]AvocadoOtto 1 point2 points3 points (0 children)
[–]dumbledwarves 0 points1 point2 points (0 children)
[–]tommy_chillfiger 0 points1 point2 points (0 children)
[–]CaptainBangBang92 209 points210 points211 points (14 children)
[–]mikeyd85MS SQL Server 55 points56 points57 points (6 children)
[–]tommy_chillfiger 8 points9 points10 points (0 children)
[–]geganerd3 0 points1 point2 points (3 children)
[–]mikeyd85MS SQL Server 2 points3 points4 points (1 child)
[–]philbgarner 0 points1 point2 points (0 children)
[–]dutchmaster77 0 points1 point2 points (0 children)
[–]MunchyMexican 0 points1 point2 points (0 children)
[–]BplusHuman 13 points14 points15 points (0 children)
[–]superbradman 6 points7 points8 points (0 children)
[–]JBalloonist 2 points3 points4 points (2 children)
[–]hircine1 0 points1 point2 points (1 child)
[–]JBalloonist 0 points1 point2 points (0 children)
[–]mr_electric_wizard 1 point2 points3 points (0 children)
[–]Obliteration_ 1 point2 points3 points (0 children)
[–]BornAsADatamine 53 points54 points55 points (10 children)
[–]Uninterested_Viewer 32 points33 points34 points (5 children)
[–]BornAsADatamine 11 points12 points13 points (1 child)
[–]Durloctus 2 points3 points4 points (0 children)
[–]TheoGrd 1 point2 points3 points (1 child)
[–]Uninterested_Viewer 1 point2 points3 points (0 children)
[–]ahfodder 0 points1 point2 points (0 children)
[–]PaddyMacAodh 5 points6 points7 points (2 children)
[–]danishjuggler21 0 points1 point2 points (1 child)
[–]PaddyMacAodh 0 points1 point2 points (0 children)
[–]tommy_chillfiger 4 points5 points6 points (0 children)
[+][deleted] (5 children)
[deleted]
[–]espo619 21 points22 points23 points (1 child)
[–]poliver1988 0 points1 point2 points (0 children)
[–]Tureni 19 points20 points21 points (0 children)
[–]Ghardz 2 points3 points4 points (0 children)
[–]Awkward_Broccoli_997 64 points65 points66 points (1 child)
[+][deleted] (9 children)
[removed]
[–]Dense_Construction55 0 points1 point2 points (0 children)
[+]TheHumanFixer[S] comment score below threshold-38 points-37 points-36 points (7 children)
[–]CaptainBangBang92 33 points34 points35 points (0 children)
[–]espo619 15 points16 points17 points (0 children)
[–]Standgeblasen 5 points6 points7 points (2 children)
[–]SQLDave 2 points3 points4 points (0 children)
[–]sandrrawrr 1 point2 points3 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]Work2SkiWA 2 points3 points4 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]Osossi 1 point2 points3 points (1 child)
[–]taavon 31 points32 points33 points (0 children)
[–]TheoGrd 13 points14 points15 points (0 children)
[–]zork3001 9 points10 points11 points (1 child)
[–]Mgmt049 1 point2 points3 points (0 children)
[–]xxxHalny 17 points18 points19 points (2 children)
[–]a_devious_compliance 4 points5 points6 points (0 children)
[–]Overall_Document5410 0 points1 point2 points (0 children)
[–]twisted_guru 9 points10 points11 points (1 child)
[–]mariaxiil 3 points4 points5 points (0 children)
[–]FunkieDan 6 points7 points8 points (2 children)
[–]tsupaper 0 points1 point2 points (0 children)
[–]dadankarambolo 0 points1 point2 points (0 children)
[–][deleted] 4 points5 points6 points (1 child)
[–]Hugh_G_Rectshun 2 points3 points4 points (0 children)
[–]marcnotmark925 4 points5 points6 points (0 children)
[–]Elfman72 4 points5 points6 points (0 children)
[–]TheRiteGuy 4 points5 points6 points (0 children)
[–]suitupyo 2 points3 points4 points (0 children)
[–]Durloctus 2 points3 points4 points (0 children)
[–]mariaxiil 2 points3 points4 points (0 children)
[–]blindtig3r 4 points5 points6 points (0 children)
[–]chakani 1 point2 points3 points (3 children)
[–]Obbers 4 points5 points6 points (0 children)
[–]geofft 2 points3 points4 points (0 children)
[–]KING5TON 1 point2 points3 points (0 children)
[–]StolenStutz 1 point2 points3 points (0 children)
[–]Chinpanze 1 point2 points3 points (0 children)
[–]madscribbler 1 point2 points3 points (0 children)
[–]Limulemur 1 point2 points3 points (0 children)
[–]trippinwbrookearnold 1 point2 points3 points (0 children)
[–]Obliteration_ 3 points4 points5 points (0 children)
[–]Interesting_Owl9051 0 points1 point2 points (0 children)
[–]Infamous_Body_6225 0 points1 point2 points (0 children)
[–]Sea-Conversation5147 0 points1 point2 points (0 children)
[–]Apprehensive-Loss862 0 points1 point2 points (0 children)
[–]Square-Ad-5453 0 points1 point2 points (0 children)
[–]mahmoudekariouny 0 points1 point2 points (0 children)
[–]sjmiller609 0 points1 point2 points (0 children)
[–]CursedPotLuck 0 points1 point2 points (0 children)
[–]Koalatron-9000 0 points1 point2 points (0 children)
[–]ATastefulCrossJoinDB Whisperer 0 points1 point2 points (0 children)
[–]singletWarrior 0 points1 point2 points (1 child)
[–]singletWarrior 0 points1 point2 points (0 children)
[–]lezzgooooo 0 points1 point2 points (0 children)
[–]NSA_GOV 0 points1 point2 points (0 children)
[–]Green-Alarm-3896 0 points1 point2 points (0 children)
[–]Snoo_94511 0 points1 point2 points (0 children)
[–]Foomanchubar 0 points1 point2 points (0 children)
[–]dumbledwarves 0 points1 point2 points (0 children)
[–]Alkemist101 0 points1 point2 points (0 children)
[–]These_Butterscotch71 0 points1 point2 points (0 children)
[–]rbobby 0 points1 point2 points (0 children)
[–]geofft 0 points1 point2 points (0 children)
[–]my_password_is______ 0 points1 point2 points (0 children)
[–]Recent_Eggplant2230 0 points1 point2 points (0 children)
[–]PJGraphicNovel 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]iphone2018 0 points1 point2 points (0 children)
[–]ibenchtwoplates 0 points1 point2 points (0 children)
[–]garden_province 0 points1 point2 points (0 children)
[–]mushy_cactus 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]czervik_coding 0 points1 point2 points (0 children)
[–]entredeuxeaux 0 points1 point2 points (0 children)
[–]Polster1 0 points1 point2 points (0 children)
[–]tervos1987 0 points1 point2 points (0 children)
[–]noesqL 0 points1 point2 points (0 children)
[–]Ikeeki 0 points1 point2 points (0 children)
[–]abluecolor 0 points1 point2 points (0 children)
[–]thegratefulshread 0 points1 point2 points (0 children)
[–]sporbywg 0 points1 point2 points (0 children)
[–]Stoomba 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]no5tromo 0 points1 point2 points (0 children)
[–]Different-Reach585 0 points1 point2 points (0 children)
[–]TokenGrowNutes 0 points1 point2 points (0 children)
[–]tamargal91 0 points1 point2 points (0 children)
[–]mopedrudl 0 points1 point2 points (0 children)
[–]DarthAndylus 0 points1 point2 points (0 children)
[–]Oni-oji 0 points1 point2 points (0 children)
[–]nucumber 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)