반응형
■ SQL
select a.table_schema
, a.table_name
, a.table_comment
, a.*
from information_schema.tables a
where table_schema='g2erp'
and (table_name like 'co%' or table_name like 'tb%');
반응형
'개발자' 카테고리의 다른 글
BOSS 차세대 구축 UI 관리자 사이트 벤치마킹 (0) | 2020.03.18 |
---|---|
[MariaDB]날짜 함수 (0) | 2020.03.17 |
[MariaDB]nvl, nvl2, with (0) | 2020.03.17 |
[MariaDB]CREATE TABLE (0) | 2020.03.17 |
[MariaDB]기본함수 (0) | 2020.03.17 |