컴퓨터/MariaDB

MariaDB COLUMN

sayyesdoit 2022. 2. 18. 04:42

[COLUMN 조회]

SHOW COLUMNS FROM 테이블명;

결과는

[{
  Field: , 
  Type: , 
  Null:, 
  Key: , 
  Default: , 
  Extra: 
}, ...]

형태로 조회된다.