Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle create table comment

COMMENT ON TABLE table_name IS 'A table comment';
COMMENT ON COLUMN table_name.MY_COLUMN IS 'A column comment';

SELECT * FROM ALL_TAB_COMMENTS WHERE TABLE_NAME = 'TABLE_NAME';
SELECT * FROM ALL_COL_COMMENTS WHERE TABLE_NAME = 'TABLE_NAME';
Comment

PREVIOUS NEXT
Code Example
Sql :: Duplicating a MySQL table with all the data Command 
Sql :: see all databases mysql 
Sql :: stpop start psql server 
Sql :: wilayah indonesia sql 
Sql :: postgresql db owner change 
Sql :: copy table sql server 
Sql :: list tables sqlite 
Sql :: how to check port number for postgresql 
Sql :: mysql database stopped xampp mac 
Sql :: remove accented characters from string sql 
Sql :: sql add days to date 
Sql :: alter schema sql 
Sql :: sql dateadd hours 
Sql :: mysql get last row 
Sql :: create table oracle 
Sql :: get size of indexes postgres 
Sql :: mysql remove last character 
Sql :: list mysql users 
Sql :: how to rename table in sql 
Sql :: mysql your password does not satisfy the current policy requirements 
Sql :: how to add a index to live table sql 
Sql :: sqlserver add column to table 
Sql :: how to check data type in sql server 
Sql :: sql drop multiple columns if exists 
Sql :: node and mysql like 
Sql :: check database size sql 
Sql :: cross schema query oracle 2 users 
Sql :: oracle sql two left digits 
Sql :: oracle scan source ddl 
Sql :: oracle apex prevent initial load 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =