Hi, all
Could somebody help me with the syntax on creating a comment on column of a table? Thanks for help
Printable View
Hi, all
Could somebody help me with the syntax on creating a comment on column of a table? Thanks for help
comment on column tablename.emp_id is 'this is the number';
Thanks, m_d_marian for your timely response.