select FIELD from (show columns FROM users)
This seems like it should work, since show columns is displaying a table of information about the table, however. I don’t really understand why this wouldn’t display properly, but regardless this may not be the easiest method to extract this information.
You can get the column names, types, and other meta-information from the information schema database. Example: