←back to thread

Getting AI to write good SQL

(cloud.google.com)
478 points richards | 2 comments | | HN request time: 1.859s | source
Show context
deadbabe ◴[] No.44011205[source]
All this LLM written SQL stuff sounds great until you realize if you don’t really know SQL you won’t be able to debug or fix any broken SQL an LLM generates.

Thus, this is mainly just a tool for true experts to do less work and still get paid the same, not a tool for beginners to rise to the level of experts.

replies(3): >>44011369 #>>44011436 #>>44012630 #
1. bongodongobob ◴[] No.44011436[source]
Have you not actually used LLMs? Just copy in the errors and away it goes.
replies(1): >>44011487 #
2. deadbabe ◴[] No.44011487[source]
Error goes away but it gives the wrong result.