Show fields from a Mysql table
SHOW FIELDS FROM `$bd_tabla`
TextSnippets > soul > mysql
2537 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
Soul http://www.harpra.com
SHOW FIELDS FROM `$bd_tabla`
SHOW [FULL|OPEN] TABLES [FROM db_name] [LIKE 'pattern']
SHOW {DATABASES | SCHEMAS} [LIKE 'pattern']