Jump to content

How To Fetch An Array Of Column Names From A Table


chibineku

Recommended Posts

Title says it all really. If I had a table with unknown columns and I wanted to return a list of column names, how can I do it without selecting any particular row? I know I could just select a record and foreach through them, extracting the keys, but is there a way without actually extracting any particular record?

Link to comment
Share on other sites

спасибо!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...