This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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!

variant-framework pedigree gemini

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.

Log in to answer this question.