SHOW
Syntax
Showing a Table Example
Parameters
[ LIKE ] The pattern match is case-insensitive but must be used with the LIKE operator.
Examples
Show all existing tables.
Show an existing table with the exact name.
Show all existing tables with names that start with protect_.
Last updated