SOLFIND
Web Lens
Portal home

select * from SQL Page 4 - DEV Community

https://dev.to/t/sql/page/4 • 144 KB fetched
Open original page


select * from SQL Page 4 - DEV Community

Skip to content

Powered by Algolia

Log in

Create account

DEV Community

select * from SQL

Posts on tips and tricks, using and learning about SQL for database development and analysis.

Follow

Hide

Create Post

submission guidelines

Allowed

* Posts about learning SQL

* Posts about tips, tricks, problems, and answers

* Posts about news or commentary of the field

* Posts about specific tooling or frameworks

Think what would someone wanting to learn more about SQL want to see.

Not Allowed

* Articles that mention SQL in passing

* Articles that break the terms of use

about #sql

SQL is the language of data, has been for nearly 50 years now!

Older #sql posts

1
2
3
4
5
6
7
8
9

Posts

đź‘‹ Sign in for the ability to sort posts by relevant , latest , or top .

My SQL Learning Journey: The Sunrise Supermarket Project

Nelly Triza

Nelly Triza

Nelly Triza

Follow

Sep 7

My SQL Learning Journey: The Sunrise Supermarket Project

# beginners
# database
# learning
# sql

5  reactions

Add Comment

5 min read

Walking an Org Chart with One SQL Query

Rahman

Rahman

Rahman

Follow

Sep 7

Walking an Org Chart with One SQL Query

# sql
# postgres
# database
# tutorial

Add Comment

1 min read

Online Voting System in my facing challenges.....

Abinesh.R

Abinesh.R

Abinesh.R

Follow

Sep 6

Online Voting System in my facing challenges.....

# beginners
# java
# sql
# jdbc

1  reaction

Add Comment

2 min read

Open-source tool: Practical experience in converting large quantities of SQL code syntax : 'PIVOT' function rewrite (Case 1)

zgl-20053779

zgl-20053779

zgl-20053779

Follow

Sep 6

Open-source tool: Practical experience in converting large quantities of SQL code syntax : 'PIVOT' function rewrite (Case 1)

# automation
# database
# opensource
# sql

Add Comment

5 min read

The hardest label in our dataset is the one where nothing happened

Aravind R

Aravind R

Aravind R

Follow

Sep 5

The hardest label in our dataset is the one where nothing happened

# datascience
# dataengineering
# analytics
# sql

Add Comment

14 min read

Open-source tool: Simple example of syntax conversion for batch SQL code: 'ORACLE START WITH CONNECT' syntax conversion

zgl-20053779

zgl-20053779

zgl-20053779

Follow

Sep 5

Open-source tool: Simple example of syntax conversion for batch SQL code: 'ORACLE START WITH CONNECT' syntax conversion

# automation
# database
# opensource
# sql

1  reaction

1  comment

2 min read

Recursive CTEs, explained from first principles

Cynthia Sophie Mwangi

Cynthia Sophie Mwangi

Cynthia Sophie Mwangi

Follow

Sep 4

Recursive CTEs, explained from first principles

# sql
# cte
# dataengineering
# datascience

3  reactions

2  comments

5 min read

The Transactional Outbox Pattern: Dual-Write Consistency in Distributed Systems

Ama Senevirathne

Ama Senevirathne

Ama Senevirathne

Follow

Sep 4

The Transactional Outbox Pattern: Dual-Write Consistency in Distributed Systems

# sql
# postgres
# distributedsystems
# architecture

Add Comment

3 min read

SQL DATEDIFF Internals: Why 2 Seconds Can Equal 1 Full Day (Boundary Traps)

Arpit Bangre

Arpit Bangre

Arpit Bangre

Follow

Sep 4

SQL DATEDIFF Internals: Why 2 Seconds Can Equal 1 Full Day (Boundary Traps)

# sql
# database
# dataengineering
# beginners

Add Comment

2 min read

Don't put an LLM in charge of your production database

Aniket Abhishek Soni

Aniket Abhishek Soni

Aniket Abhishek Soni

Follow

Sep 4

Don't put an LLM in charge of your production database

# sql
# llm
# data
# platform

Add Comment

5 min read

How to return top-N from each group with GROUP_CONCAT()

Sergey Nikolaev

Sergey Nikolaev

Sergey Nikolaev

Follow

Sep 4

How to return top-N from each group with GROUP_CONCAT()

# database
# sql
# opensource
# tutorial

Add Comment

6 min read

Three ways your dashboard can be correct and still lie

Rune Skarsfjor

Rune Skarsfjor

Rune Skarsfjor

Follow

Sep 4

Three ways your dashboard can be correct and still lie

# data
# sql
# webdev
# analytics

Add Comment

3 min read

Postgres earthdistance

David S

David S

David S

Follow

Sep 4

Postgres earthdistance

# database
# postgres
# sql

Add Comment

1 min read

SQLazy: Get the Latest Closed Before ConfirmationStarted

Judy

Judy

Judy

Follow

Sep 4

SQLazy: Get the Latest Closed Before ConfirmationStarted

# backend
# database
# sql

5  reactions

Add Comment

3 min read

SQL Is Surviving, Franklin: When Tables Start Talking

Faith Njenga

Faith Njenga

Faith Njenga

Follow

Sep 8

SQL Is Surviving, Franklin: When Tables Start Talking

# beginners
# database
# sql
# tutorial

2  reactions

Add Comment

6 min read

đź‘‹ Sign in for the ability to sort posts by relevant , latest , or top .

DEV Community — A space to discuss and keep up software development and manage your software career

*

Home

*

DEV Challenges

*

DEV++

*

Videos

*

DEV Education Tracks

*

DEV Help

*

Advertise on DEV

*

Organization Accounts

*

DEV Showcase

*

About

*

Contact

*

Free Postgres Database

*

DEV Shop

*

MLH

*

Code of Conduct

*

Privacy Policy

*

Terms of Use

Built on Forem — the open source software that powers DEV and other inclusive communities.

Made with love and Ruby on Rails . DEV Community (c) 2016 - 2026.

We're a place where coders share, stay up-to-date and grow their careers.

Log in

Create account

Links found on this page

  1. Skip to content [direct]
  2. Powered by Algolia [direct]
  3. Log in [direct]
  4. Create account [direct]
  5. Create Post [direct]
  6. terms of use [direct]
  7. 1 [direct]
  8. 2 [direct]
  9. 3 [direct]
  10. 5 [direct]
  11. 6 [direct]
  12. 7 [direct]
  13. 8 [direct]
  14. 9 [direct]
  15. My SQL Learning Journey: The Sunrise Supermarket Project [direct]
  16. Nelly Triza [direct]
  17. # beginners [direct]
  18. # database [direct]
  19. # learning [direct]
  20. Walking an Org Chart with One SQL Query [direct]
  21. Rahman [direct]
  22. # postgres [direct]
  23. # tutorial [direct]
  24. Online Voting System in my facing challenges..... [direct]
  25. Abinesh.R [direct]
  26. # java [direct]
  27. # jdbc [direct]
  28. Open-source tool: Practical experience in converting large quantities of SQL code syntax : 'PIVOT' function rewrite (Case 1) [direct]
  29. zgl-20053779 [direct]
  30. # automation [direct]
  31. # opensource [direct]
  32. The hardest label in our dataset is the one where nothing happened [direct]
  33. Aravind R [direct]
  34. # datascience [direct]
  35. # dataengineering [direct]
  36. # analytics [direct]
  37. Open-source tool: Simple example of syntax conversion for batch SQL code: 'ORACLE START WITH CONNECT' syntax conversion [direct]
  38. Recursive CTEs, explained from first principles [direct]
  39. Cynthia Sophie Mwangi [direct]
  40. # cte [direct]
  41. The Transactional Outbox Pattern: Dual-Write Consistency in Distributed Systems [direct]
  42. Ama Senevirathne [direct]
  43. # distributedsystems [direct]
  44. # architecture [direct]
  45. SQL DATEDIFF Internals: Why 2 Seconds Can Equal 1 Full Day (Boundary Traps) [direct]
  46. Arpit Bangre [direct]
  47. Don't put an LLM in charge of your production database [direct]
  48. Aniket Abhishek Soni [direct]
  49. # llm [direct]
  50. # data [direct]
  51. # platform [direct]
  52. How to return top-N from each group with GROUP_CONCAT() [direct]
  53. Sergey Nikolaev [direct]
  54. Three ways your dashboard can be correct and still lie [direct]
  55. Rune Skarsfjor [direct]
  56. # webdev [direct]
  57. Postgres earthdistance [direct]
  58. David S [direct]
  59. SQLazy: Get the Latest Closed Before ConfirmationStarted [direct]
  60. Judy [direct]
  61. # backend [direct]
  62. SQL Is Surviving, Franklin: When Tables Start Talking [direct]
  63. Faith Njenga [direct]
  64. DEV Community [direct]
  65. DEV Challenges [direct]
  66. DEV++ [direct]
  67. Videos [direct]
  68. DEV Education Tracks [direct]
  69. DEV Help [direct]
  70. Advertise on DEV [direct]
  71. Organization Accounts [direct]
  72. DEV Showcase [direct]
  73. About [direct]
  74. Contact [direct]
  75. Free Postgres Database [direct]
  76. DEV Shop [direct]
  77. MLH [direct]
  78. Code of Conduct [direct]
  79. Privacy Policy [direct]
  80. Forem [direct]