You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

NAME

describe - provide information about database objects

SYNOPSIS

describe [OPTION...] OBJECT...

DESCRIPTION

describe provides information about the columns as well as access privileges in an OBJECT which can be either a table or a view.

OPTIONS

-d DATABASE
The name of the database where OBJECT(s) are defined, default to the currently connected database.

-s SCHEMA
The name of the schema where OBJECT(s) are defined, default to the currently connected schema.

NOTES

Access privileges are only applicable to table objects in this release.
 -d: does not work on SQLite
 -s: does not work on SQLite 

SEE ALSO

change
list



  • No labels