Hi Guys,
Is it possible to have a DESCRIBE table clause inserted as a subquery in FROM of a SELECT clause in MySQL?
Further, is there a way to enforce a WHERE like condition on a DESCRIBE output?
EDIT: Basically, I have a table with a large number of columns and I want to pull out and act upon the particulars of only one column.