Posts by Gustavo Deniro • 71 points
1 post
-
7
votes5
answers74978
viewsA: How to get the table name and attributes of a Mysql database?
Taking the column data from a given table: SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE table_name = '<tabela>';