not showing collumn headers when using query to get certain rows
-
I’m using
query="SELECT A,B,C WHERE C = 'something'"]
When I use this, it returns 6 rows as I expect, but it’s using the first returned row as a column header – I’d like for it to use the ‘real’ column headers or just not style that first row at all.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘not showing collumn headers when using query to get certain rows’ is closed to new replies.