Posts by Tiago • 564 points
1 post
-
44
votes5
answers74978
viewsA: How to get the table name and attributes of a Mysql database?
To view tables in a database: SHOW TABLES; To view table structure with name, type, etc.: DESC nome_da_tabela;…
1 post
44
votes5
answers74978
viewsTo view tables in a database: SHOW TABLES; To view table structure with name, type, etc.: DESC nome_da_tabela;…