this post was submitted on 01 Jul 2024
2 points (100.0% liked)

LinkedinLunatics

5001 readers
216 users here now

A place to post ridiculous posts from linkedIn.com

(Full transparency.. a mod for this sub happens to work there.. but that doesn't influence his moderation or laughter at a lot of posts.)

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] fibojoly@sh.itjust.works 1 points 1 year ago* (last edited 1 year ago) (1 children)

Should be age > (my_age / 2) +7

[–] JackbyDev@programming.dev 1 points 1 year ago (1 children)

Why would there be an age and my_age column on the table GIRLS?

[–] lennivelkant@discuss.tchncs.de 1 points 1 year ago (1 children)

Good point.

Should be age > (@my_age / 2) +7

FTFOP - now my age is some value defined outside the immediate query.

More likely, the GIRLS would be a view of some table persons and you could query my_age from that table too.

[–] fibojoly@sh.itjust.works 1 points 1 year ago* (last edited 1 year ago) (1 children)

Thank you. I assumed the reader would be educated enough to guess I meant a variable. But yeah, should used @my_age

Pretty sure "People who know enough about SQL to know about variables" is a subset of "People who know enough about SQL to be pedantic about it" :p