"SQLite pragma table info()"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 6개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;SQLite PRAGMA TABLE INFO()
{{DISPLAYTITLE:SQLite pragma table_info()}}
;SQLite pragma table_info()
;SQLite PRAGMA TABLE_INFO()


<syntaxhighlight lang='sqlite3' run>
<syntaxhighlight lang='sqlite3' run>
PRAGMA TABLE_INFO(employees);
pragma table_info(employees);
</syntaxhighlight>
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[SQLite .schema]]
* [[SQLite SELECT]]
* [[SQLite SELECT]]
* [[DESCRIBE]]
* [[SQL DESCRIBE]]


[[분류: SQLite]]
[[분류: SQLite]]

2021년 7월 24일 (토) 18:49 기준 최신판

1 개요[ | ]

SQLite pragma table_info()
SQLite PRAGMA TABLE_INFO()
 pragma table_info(employees);

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}