- To explore the structure of the database, including the list of tables and their schemas. - To inspect the columns and metadata for specific tables.
MAX(t.period_end_time) AS run_end_time, MAX_BY(t.result_state, t.period_end_time) AS job_result_state, MAX_BY(t.termination_code, t.period_end_time) AS job ...
Abstract: Large Language Models have greatly enhanced the Text-to-SQL task. In this paper, we propose AES-SQL, an LLM-based approach based on few-shot Learning. We adjust the structure of the adaptive ...