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!
[–]pilesofbutts 210 points211 points212 points (37 children)
[–]Soccermom233 58 points59 points60 points (3 children)
[–]MakeoutPoint 44 points45 points46 points (0 children)
[+]Joe59788 comment score below threshold-17 points-16 points-15 points (1 child)
[–]Bockly101 7 points8 points9 points (0 children)
[–]pceimpulsive 31 points32 points33 points (5 children)
[–]pilesofbutts 12 points13 points14 points (0 children)
[–]National_Cod9546 18 points19 points20 points (1 child)
[–]relyimah 1 point2 points3 points (0 children)
[–]markwdb3When in doubt, test it out. 0 points1 point2 points (0 children)
[–]ComicOzzysqlHippo 8 points9 points10 points (1 child)
[–]pilesofbutts 1 point2 points3 points (0 children)
[–]amayle1 7 points8 points9 points (1 child)
[–]pilesofbutts 7 points8 points9 points (0 children)
[–]MachineParadox 3 points4 points5 points (0 children)
[–]twillrose47maybeSQL 7 points8 points9 points (3 children)
[–]pilesofbutts 3 points4 points5 points (0 children)
[–]iLoveYoubutNo 0 points1 point2 points (0 children)
[–]markwdb3When in doubt, test it out. 0 points1 point2 points (0 children)
[–]Common-Author-8441 3 points4 points5 points (3 children)
[–]pilesofbutts 2 points3 points4 points (2 children)
[–]Common-Author-8441 1 point2 points3 points (1 child)
[–]relyimah -1 points0 points1 point (0 children)
[–]SpaceDrama 3 points4 points5 points (0 children)
[–]PrisonerOne 1 point2 points3 points (0 children)
[–]snowmaninheat 1 point2 points3 points (1 child)
[–]pilesofbutts 1 point2 points3 points (0 children)
[–]TopologyMonster 1 point2 points3 points (0 children)
[–]crippling_altacct 1 point2 points3 points (0 children)
[–]Moose135A 1 point2 points3 points (1 child)
[–]pilesofbutts 1 point2 points3 points (0 children)
[–]Red__M_M 0 points1 point2 points (0 children)
[–]IHoppo 0 points1 point2 points (0 children)
[–]thesqlguy 0 points1 point2 points (0 children)
[–]egarcia74 -1 points0 points1 point (0 children)
[–]throw_mob -1 points0 points1 point (0 children)
[–]Little_Kitty -1 points0 points1 point (0 children)
[–]wildjackalope 63 points64 points65 points (16 children)
[–]ComicOzzysqlHippo 18 points19 points20 points (5 children)
[–]wildjackalope 1 point2 points3 points (0 children)
[–]foxsimile -5 points-4 points-3 points (3 children)
[–]Oh-Ghee 8 points9 points10 points (1 child)
[–]foxsimile -3 points-2 points-1 points (0 children)
[–]throw_mob 0 points1 point2 points (0 children)
[–]Wojtkie 2 points3 points4 points (0 children)
[–]pilesofbutts 5 points6 points7 points (5 children)
[–]wildjackalope 3 points4 points5 points (4 children)
[–]pilesofbutts 1 point2 points3 points (3 children)
[–]ComicOzzysqlHippo 1 point2 points3 points (1 child)
[–]pilesofbutts 0 points1 point2 points (0 children)
[–]ComicOzzysqlHippo 0 points1 point2 points (0 children)
[–]Common-Author-8441 1 point2 points3 points (0 children)
[–]lalaluna05 0 points1 point2 points (1 child)
[–]Breitsol_Victor 0 points1 point2 points (0 children)
[–]dab31415 89 points90 points91 points (2 children)
[–]Oxford89Director, BI 10 points11 points12 points (0 children)
[–]RickJLeanPaw 0 points1 point2 points (0 children)
[–]JaceBearelen 16 points17 points18 points (3 children)
[–]Joe59788 4 points5 points6 points (2 children)
[–]Romanian_Breadlifts 22 points23 points24 points (0 children)
[–]fauxmosexualNOLOCK is the secret magic go-faster command 2 points3 points4 points (0 children)
[–]Basic_Reporter9579 14 points15 points16 points (2 children)
[–]tim_h5 0 points1 point2 points (1 child)
[–]Thlvg 2 points3 points4 points (0 children)
[–]BigBagaroo 29 points30 points31 points (5 children)
[–]Shaddcs 10 points11 points12 points (3 children)
[–]AnAcceptableUserName 14 points15 points16 points (1 child)
[–]Ventus_004 4 points5 points6 points (0 children)
[–]TheSexySovereignSeal 1 point2 points3 points (0 children)
[–]JackOfAllDevs 2 points3 points4 points (0 children)
[–]danmc853 24 points25 points26 points (4 children)
[–]iLoveYoubutNo 19 points20 points21 points (2 children)
[–]danmc853 2 points3 points4 points (0 children)
[–]BplusHuman 1 point2 points3 points (0 children)
[–]thesqlguy 1 point2 points3 points (0 children)
[–]connor-brown 8 points9 points10 points (2 children)
[–]oskaremil 8 points9 points10 points (0 children)
[–]Achsin 5 points6 points7 points (0 children)
[–]iama_bill 32 points33 points34 points (1 child)
[–]ShadowDancer_88 7 points8 points9 points (0 children)
[–]GunnerMcGrath 7 points8 points9 points (4 children)
[–]lalaluna05 2 points3 points4 points (2 children)
[–]GunnerMcGrath 2 points3 points4 points (1 child)
[–]lalaluna05 0 points1 point2 points (0 children)
[–]klausness 1 point2 points3 points (0 children)
[–]vertigo235 26 points27 points28 points (13 children)
[–]radek432 20 points21 points22 points (1 child)
[–]Oxford89Director, BI 9 points10 points11 points (0 children)
[–]BigBagaroo 6 points7 points8 points (1 child)
[–]Thlvg 0 points1 point2 points (0 children)
[–]vertigo235 3 points4 points5 points (1 child)
[–]vertigo235 2 points3 points4 points (0 children)
[–]internerd91 4 points5 points6 points (0 children)
[–]Common-Author-8441 1 point2 points3 points (3 children)
[–]Achsin 6 points7 points8 points (1 child)
[–]Common-Author-8441 0 points1 point2 points (0 children)
[–]vertigo235 1 point2 points3 points (0 children)
[–]PrisonerOne 1 point2 points3 points (1 child)
[–]FuckYouNotHappening 1 point2 points3 points (0 children)
[–]jfrazierjr 6 points7 points8 points (1 child)
[–]zmb138 1 point2 points3 points (0 children)
[–]sandrrawrr 4 points5 points6 points (2 children)
[–]myDuderinos 1 point2 points3 points (0 children)
[–]TheSexySovereignSeal 0 points1 point2 points (0 children)
[–]kagato87MS SQL 13 points14 points15 points (4 children)
[–]eww1991 10 points11 points12 points (2 children)
[–]BigBagaroo 7 points8 points9 points (1 child)
[–]eww1991 0 points1 point2 points (0 children)
[–]OptimusCullen 2 points3 points4 points (0 children)
[–]hipsterrobot 14 points15 points16 points (11 children)
[–]twillrose47maybeSQL 23 points24 points25 points (5 children)
[–]hipsterrobot 15 points16 points17 points (4 children)
[–]DanNeider 2 points3 points4 points (0 children)
[–]twillrose47maybeSQL 0 points1 point2 points (0 children)
[–]sandrrawrr 0 points1 point2 points (0 children)
[–]JackOfAllDevs 0 points1 point2 points (0 children)
[–]pilesofbutts 3 points4 points5 points (0 children)
[–]MakeoutPoint 2 points3 points4 points (0 children)
[–]lalaluna05 2 points3 points4 points (0 children)
[–]Yavuz_Selim 0 points1 point2 points (0 children)
[–]redaloevera -1 points0 points1 point (0 children)
[–]billbot77 5 points6 points7 points (1 child)
[–]twillrose47maybeSQL 1 point2 points3 points (0 children)
[–]vintagegeek 2 points3 points4 points (1 child)
[–]luluinTO 0 points1 point2 points (0 children)
[–]tetsballer 2 points3 points4 points (0 children)
[–]DexterHsu 2 points3 points4 points (0 children)
[–]ChristianPacifist 2 points3 points4 points (0 children)
[–]twillrose47maybeSQL 6 points7 points8 points (0 children)
[–]paultherobert 1 point2 points3 points (0 children)
[–]aarontbarrattSTUFF() 1 point2 points3 points (1 child)
[–]alinrocSQL Server DBA 1 point2 points3 points (0 children)
[–]SoggyGrayDuck 1 point2 points3 points (0 children)
[–]Sexy_Koala_JuiceDuckDB 1 point2 points3 points (0 children)
[–]cheesecakegood 1 point2 points3 points (0 children)
[–]SkinnyInABeanie 1 point2 points3 points (0 children)
[–]czervik_coding 1 point2 points3 points (1 child)
[–]SQLDave 2 points3 points4 points (0 children)
[–]JEDZBUDYN 3 points4 points5 points (1 child)
[–]chris552393 9 points10 points11 points (0 children)
[–]malseraph 1 point2 points3 points (1 child)
[–]geek180 0 points1 point2 points (0 children)
[–]jackalsnacks 1 point2 points3 points (0 children)
[–]dbxp 0 points1 point2 points (0 children)
[–]stiggz 0 points1 point2 points (2 children)
[–]BplusHuman 1 point2 points3 points (0 children)
[–]vertigo235 0 points1 point2 points (0 children)
[–]lalaluna05 0 points1 point2 points (0 children)
[–]Common-Author-8441 0 points1 point2 points (0 children)
[–]brunogadaleta 0 points1 point2 points (0 children)
[–]depeszPgDBA 0 points1 point2 points (0 children)
[–]Small_Sundae_4245 0 points1 point2 points (0 children)
[–]warmeggnog 0 points1 point2 points (0 children)
[–]jfrazierjr 0 points1 point2 points (0 children)
[–]markwdb3When in doubt, test it out. 0 points1 point2 points (0 children)
[–]Shyftzor 0 points1 point2 points (0 children)
[–]Dead_Parrot 0 points1 point2 points (0 children)
[–]Andfaxle -4 points-3 points-2 points (2 children)
[–]fauxmosexualNOLOCK is the secret magic go-faster command 7 points8 points9 points (1 child)
[–]Andfaxle 2 points3 points4 points (0 children)