“Zobacz tabelę mysql” Kod odpowiedzi

Mysql Pokaż tabele w bazie danych

show tables;
Easy Eland

Wydrukuj wszystkie rekordy tabeli w MySQL

SELECT * FROM TABLE_NAME;
OR
SELECT column_name_1, column_name_2 FROM TABLE_NAME;
Brainy Bear

MySQL Pokaż strukturę tabeli

DESCRIBE table_name; # To show table structure...
Duco Defiant Dogfish

Zobacz tabelę mysql

DESCRIBE table_name; /* List all columns of a database's table*/
Armandres

Odpowiedzi podobne do “Zobacz tabelę mysql”

Pytania podobne do “Zobacz tabelę mysql”

Więcej pokrewnych odpowiedzi na “Zobacz tabelę mysql” w Sql

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu