Skip to main content
Lists columns and their properties for a specified table. Returns <table_name>, <column_name>, <data_type>, and nullable (TRUE if nullable, FALSE if not) for each column. For more information regarding columns, see information_schema.columns.

Syntax

Parameters

Returns

The returned table has the following columns.

Example

The following example highlights all of the columns from the tournaments table: