Hacker News new | ask | show | jobs
by tarl0s 829 days ago
Lately I've been experimenting the usage of LLMs for the explainability of SQL stored procedures with exceptionally good results - think about identifying important fields, linking them to existing glossaries, expanding said glossaries, etc. I wonder how much SQL looking like natural language helped for my use case.
2 comments

> Lately I've been experimenting the usage of LLMs for the explainability of SQL stored procedures with exceptionally good results

Heavily agree here. LLMs have significantly shortened the time it takes me to write complex queries.

Do you have any suggestions on prompts to use here?