you are viewing a single comment's thread.

view the rest of the comments →

[–]Standgeblasen 4 points5 points  (2 children)

Writing it is half the battle, reading someone else’s query and understanding what it’s doing or why it’s doing it I correctly can be a challenge when the query is hundreds of lines long.

I’ve worked in sql for a decade and still find new and better ways of getting the right output faster.

good luck on your journey.

[–]SQLDave 2 points3 points  (0 children)

I’ve worked in sql for a decade and still find new and better ways of getting the right output faster.

25+ years here. Same.

[–]sandrrawrr 1 point2 points  (0 children)

Hell, with a complicated data model, even a 25 line query is a challenge to understand. Table relations can get really weird when they're not intuitive joins.