Entering edit mode
9.2 years ago
vigprasud
▴
60
How do I get gemini to print only the column headers of a database?
Thanks in advance!
How do I get gemini to print only the column headers of a database?
Thanks in advance!
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.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.