Tuesday, May 11, 2010

Query to Return All Columns of Table

This Query will returns the all columns of a specified TABLE.


SELECT *

FROM information_schema.COLUMNS CH
WHERE table_name='tblChMyLogins'

No comments: