20.8. The INFORMATION_SCHEMA COLUMN_PRIVILEGES Table

MySQL 5.0

20.8. The INFORMATION_SCHEMA COLUMN_PRIVILEGES Table

The table provides information about column privileges. This information comes from the grant table.

Name Name Remarks
  '@'' value
 
   
   
   
   
   

Notes:

  • In the output from , the privileges are all in one field and in lowercase, for example, . In , there is one privilege per row, in uppercase.

  • can contain one (and only one) of these values: , , , .

  • If the user has privilege, should be . Otherwise, should be . The output does not list as a separate privilege.

The following statements are not equivalent:

SELECT ... FROM INFORMATION_SCHEMA.COLUMN_PRIVILEGES

SHOW GRANTS ...