top | item 45138728

(no title)

moxplod | 5 months ago

Recent conversation:

< Previous Context and Chat >

Me - This sql query you recommended will delete most of the rows in my table.

Claude - You're absolutely right! That query is incorrect and dangerous. It would delete: All rows with unique emails (since their MIN(id) is only in the subquery once)

Me - Faaakkkk!!

discuss

order

MYEUHD|5 months ago

Better not try LLM-generated queries on your production database! (or at least have backups)