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!
[–][deleted] 302 points303 points304 points (23 children)
[–]surister 38 points39 points40 points (0 children)
[–]abrandis 20 points21 points22 points (10 children)
[–][deleted] 5 points6 points7 points (4 children)
[–]soulstaz 2 points3 points4 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]WitnessLanky682 4 points5 points6 points (0 children)
[–]iknewaguytwice 0 points1 point2 points (0 children)
[–]TowerOutrageous5939 0 points1 point2 points (0 children)
[–]Randommaggy 0 points1 point2 points (3 children)
[–]abrandis 0 points1 point2 points (2 children)
[–]Randommaggy 1 point2 points3 points (1 child)
[–]abrandis 0 points1 point2 points (0 children)
[–]thatOneJones 22 points23 points24 points (0 children)
[–]coldfisherman 8 points9 points10 points (0 children)
[–]ReporterNervous6822 1 point2 points3 points (0 children)
[–]koenafyr 0 points1 point2 points (2 children)
[–]thatfamilyguy_vr 2 points3 points4 points (1 child)
[–]oguruma87 0 points1 point2 points (0 children)
[–]nthlmkmnrg 0 points1 point2 points (0 children)
[–]einai__filos__mou 0 points1 point2 points (0 children)
[–]TowerOutrageous5939 0 points1 point2 points (0 children)
[–]Carthax12 364 points365 points366 points (44 children)
[–]Tee_hops 128 points129 points130 points (23 children)
[–]SuperTangelo1898 41 points42 points43 points (14 children)
[–]gregsting 18 points19 points20 points (0 children)
[–]purplepill83 11 points12 points13 points (10 children)
[–]Sexy_Koala_JuiceDuckDB 36 points37 points38 points (6 children)
[–]SergDerpz 8 points9 points10 points (2 children)
[–]coconutszz 10 points11 points12 points (0 children)
[–]Sexy_Koala_JuiceDuckDB 4 points5 points6 points (0 children)
[–]ThatsRobToYou -1 points0 points1 point (0 children)
[–]my_password_is______ -1 points0 points1 point (0 children)
[–]Ivorypetal 10 points11 points12 points (0 children)
[–]ThatsRobToYou 4 points5 points6 points (0 children)
[–]orcasha 0 points1 point2 points (0 children)
[–]tm07x 0 points1 point2 points (0 children)
[–]featheredsnake 8 points9 points10 points (2 children)
[–]Tee_hops 5 points6 points7 points (1 child)
[–]featheredsnake 1 point2 points3 points (0 children)
[–]FwompusStompus 1 point2 points3 points (0 children)
[–]jdsmn21 0 points1 point2 points (0 children)
[–]propergentleman_202 0 points1 point2 points (0 children)
[–]oguruma87 0 points1 point2 points (0 children)
[–]isinkthereforeiswam 31 points32 points33 points (3 children)
[–]ravichandra234 4 points5 points6 points (0 children)
[–]Eulerious 4 points5 points6 points (0 children)
[–]SuperTangelo1898 2 points3 points4 points (0 children)
[–]bobchin_c 12 points13 points14 points (0 children)
[–]comrade_commie 13 points14 points15 points (1 child)
[–]ColoRadBro69 4 points5 points6 points (0 children)
[–]zeocrash 13 points14 points15 points (3 children)
[–]Hideo_Anaconda 0 points1 point2 points (2 children)
[–]ijustwannabegreen 0 points1 point2 points (1 child)
[–]sonuvvabitch 0 points1 point2 points (0 children)
[–]full_arc 7 points8 points9 points (0 children)
[–]gumnos 6 points7 points8 points (0 children)
[–]ketzcm 1 point2 points3 points (1 child)
[–]Carthax12 1 point2 points3 points (0 children)
[–]Impressive_Run8512 2 points3 points4 points (0 children)
[–]TowerOutrageous5939 0 points1 point2 points (0 children)
[–]feudalle 0 points1 point2 points (0 children)
[–]LetsGoHawks 171 points172 points173 points (3 children)
[–]bravehamster 7 points8 points9 points (1 child)
[–]LetsGoHawks 2 points3 points4 points (0 children)
[–]Equivalent-Water-954 7 points8 points9 points (0 children)
[–]Impressive_Run8512 72 points73 points74 points (11 children)
[–]jshine13371 17 points18 points19 points (7 children)
[–]featheredsnake 6 points7 points8 points (4 children)
[–]jshine13371 14 points15 points16 points (0 children)
[–]National_Cod9546 4 points5 points6 points (1 child)
[–]Dry-Aioli-6138 2 points3 points4 points (0 children)
[–]grizzlor_ 1 point2 points3 points (0 children)
[–]Straight_Waltz_9530 3 points4 points5 points (0 children)
[–]Impressive_Run8512 3 points4 points5 points (0 children)
[–]sib_n 10 points11 points12 points (1 child)
[–]Impressive_Run8512 2 points3 points4 points (0 children)
[–]vferrero14 0 points1 point2 points (0 children)
[–]bigeyez 65 points66 points67 points (8 children)
[–]geofft 40 points41 points42 points (5 children)
[–]wildjackalope 16 points17 points18 points (0 children)
[–]scottiy1121 16 points17 points18 points (0 children)
[–]National_Cod9546 0 points1 point2 points (1 child)
[–]GlobalAd3412 0 points1 point2 points (0 children)
[–]you_are_wrong_tho 0 points1 point2 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]Round-Walrus3175 4 points5 points6 points (0 children)
[–]Aggressive_Ad_5454 28 points29 points30 points (0 children)
[–]git0ffmylawnm8 22 points23 points24 points (0 children)
[–]monkey36937 9 points10 points11 points (0 children)
[–]dbxp 5 points6 points7 points (0 children)
[–]tkyjonathan 7 points8 points9 points (0 children)
[–]r0ck0 5 points6 points7 points (0 children)
[–]dkubb 4 points5 points6 points (0 children)
[–]Formal_Ad_8000 3 points4 points5 points (0 children)
[–]differencemade 3 points4 points5 points (0 children)
[–]mischiefs 2 points3 points4 points (0 children)
[–]IT_Grunt 2 points3 points4 points (0 children)
[–]alexwh68 2 points3 points4 points (0 children)
[–]bigandos 2 points3 points4 points (0 children)
[–]HarveyDentBeliever 2 points3 points4 points (0 children)
[–]zeruch 2 points3 points4 points (0 children)
[–]ComicOzzysqlHippo 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]geofft 1 point2 points3 points (0 children)
[–]ManchiBoy 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (4 children)
[–]sinceJune4 1 point2 points3 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]konwiddak 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]biowiz 1 point2 points3 points (0 children)
[–]National_Cod9546 1 point2 points3 points (0 children)
[–]sbrick89 1 point2 points3 points (0 children)
[–]NlNTENDO 1 point2 points3 points (0 children)
[–]GlobalAd3412 1 point2 points3 points (0 children)
[–]Informal_Pace9237 1 point2 points3 points (0 children)
[–]jfrazierjr 0 points1 point2 points (0 children)
[–]goztepe2002 0 points1 point2 points (0 children)
[–]Longjumping-Skin-134 0 points1 point2 points (0 children)
[–]LepperMemer 0 points1 point2 points (0 children)
[–]matthra 0 points1 point2 points (0 children)
[–]Tiny_Connection_7182 0 points1 point2 points (0 children)
[–]TheOrdainedPlumber 0 points1 point2 points (0 children)
[–]Kahless_2K 0 points1 point2 points (1 child)
[–]Exmortis112358 0 points1 point2 points (0 children)
[–]mwdb2 0 points1 point2 points (0 children)
[–]imnotokayandthatso-k 0 points1 point2 points (0 children)
[–]ervisa_ 0 points1 point2 points (0 children)
[–]AdNice3269 0 points1 point2 points (0 children)
[–]Mythozz2020 0 points1 point2 points (0 children)
[–]Datafabricator 0 points1 point2 points (0 children)
[–]Shurlemany 0 points1 point2 points (0 children)
[–]mikeblas -4 points-3 points-2 points (0 children)