this post was submitted on 16 Aug 2024
608 points (98.1% liked)

Programmer Humor

32380 readers
1443 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 2 months ago (2 children)

Who is writing SQL in the terminal?

[–] [email protected] 4 points 2 months ago* (last edited 2 months ago)

MariaDB CLI about once in a blue moon when I have to clear some table that's gotten borked.

[–] [email protected] 1 points 2 months ago (1 children)

Was thinking the same thing... now, searching through all my SQL scripts for the past year to find the same logic I want to replicate in another script, well that's different.

[–] [email protected] 1 points 2 months ago

I save "template" SQL queries in a special directory so that I don't have to google how to do specific things. It's basically my own personal "examples" folder.