Is it possible for a DESCRIBE table clause to be inserted as a subquery in FROM from a SELECT clause in MySQL?
Also, is there a way to enforce the WHERE clause on the DESCRIBE output?
EDIT: Basically, I have a table with a lot of columns, and I want to pull and process the data of only one column.
source
share