Hacker News new | ask | show | jobs
by neodymiumphish 591 days ago
I’m positive my experience pales in comparison to yours, as I don’t actually code anything beyond the occasional single use script, but YES! I hate trying to explain the exact SQL result I’m looking for or some text modification I need to be able to throw together a CTE since I have read-only access and can’t even build a temp table.
1 comments

GPT-4o usually does well with SQL. Did a query right first time using cte’s, array functions, table created on the fly in the query, etc.

SQL syntax is fiddly so it’s nice to have a robot do it.