How to get gemini to display only the column headers of a database
How do I get gemini to print only the column headers of a database?
Thanks in advance!
• 2,191 views
•
link
1 answer
You could put the LIMIT clause in the SQL. Ask for at most zero or one rows.
Or put an impossible filter in the SELECT clause, like WHERE sift_score > 2. That might be slow.
• 0 views
•
link
Log in to answer this question.