“MySQL Pokaż strukturę tabeli” Kod odpowiedzi

Mysql pokaż wszystkie tabele

show tables;
Easy Eland

MySQL Pokaż strukturę tabeli

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

mysql show pola tabeli

DESCRIBE my_table;
chfle

Zobacz tabelę mysql

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

Mysql Pokaż całą tabelę z bazy danych

use database_name;
show tables;
Code language: SQL (Structured Query Language) (sql)
Disgusted Dog

Odpowiedzi podobne do “MySQL Pokaż strukturę tabeli”

Pytania podobne do “MySQL Pokaż strukturę tabeli”

Więcej pokrewnych odpowiedzi na “MySQL Pokaż strukturę tabeli” w Sql

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

Przeglądaj inne języki kodu