Select table comment
Selects comment of
channels
table which exists in the
geiger
database
SELECT table_comment 
FROM INFORMATION_SCHEMA.TABLES 
WHERE table_schema='geiger' 
    AND table_name='channels'
by Valeri Tandilashvili
4 years ago
MySQL
Table comment
1
Pro tip: use ```triple backticks around text``` to write in code fences