Guest User

Untitled

a guest
Jan 23rd, 2018
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. mysql> select table_name, row_format from information_schema.tables where table_schema = 'world' and table_name='Country';
  2. +------------+------------+
  3. | table_name | row_format |
  4. +------------+------------+
  5. | Country | Fixed |
  6. +------------+------------+
  7. 1 row in set (0.00 sec)
Add Comment
Please, Sign In to add comment