sunnie@lemmy.ca to Programmer Humor@programming.dev · 3 years agono.. just nolemmy.caimagemessage-square38linkfedilinkarrow-up178arrow-down12
arrow-up176arrow-down1imageno.. just nolemmy.casunnie@lemmy.ca to Programmer Humor@programming.dev · 3 years agomessage-square38linkfedilink
minus-square☭ SaltyIceteaMaker ☭@iusearchlinux.fyilinkfedilinkarrow-up0·3 years agogot no clue abot sql. what is wrong and how is it supposed to look like?
minus-squareDaxtron2@startrek.websitelinkfedilinkarrow-up2·3 years agothis basically xml being made to look like SQL. It’s gross and that’s why it’s funny
minus-squareschnurrito@discuss.tchncs.delinkfedilinkarrow-up1·3 years agoSQL is supposed to look like this: SELECT status, name FROM some_table LIMIT 5
minus-squaretraches@sh.itjust.workslinkfedilinkEnglisharrow-up1·3 years agoSQL is run on the server to communicate with a database. The screenshot is jsx, which is a front-end, UI templating language. Writing SQL this way is cursed
got no clue abot sql. what is wrong and how is it supposed to look like?
this basically xml being made to look like SQL. It’s gross and that’s why it’s funny
SQL is supposed to look like this: SELECT status, name FROM some_table LIMIT 5
SQL is run on the server to communicate with a database. The screenshot is jsx, which is a front-end, UI templating language. Writing SQL this way is cursed