How to get gemini to display only the column headers of a database
1
0
Entering edit mode
8.6 years ago
vigprasud ▴ 60

How do I get gemini to print only the column headers of a database?

Thanks in advance!

variant-framework pedigree gemini • 1.7k views
ADD COMMENT
0
Entering edit mode
8.6 years ago

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.

ADD COMMENT

Login before adding your answer.

Traffic: 2452 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6