M
Matthias Kwiedor
Hi!
I know this is a realy simple question (maybe)
But how can i get with an SQL Query all column names out from a table?
Example:
table-name: test
columns: - test_1
- test_2
- test_3
and now i want with "select from test" getting the headers back (test_1,
test_2, test_3)
How can i do this?
Thanks
Matthias
I know this is a realy simple question (maybe)
But how can i get with an SQL Query all column names out from a table?
Example:
table-name: test
columns: - test_1
- test_2
- test_3
and now i want with "select from test" getting the headers back (test_1,
test_2, test_3)
How can i do this?
Thanks
Matthias