Oracle 11g Build table name capitalization issues

Source: Internet
Author: User

There was a problem querying this comment after annotating the table:

Add notes to a table

Comment on table emp is ' employee table ';

Query comments
Select COMMENTS from user_tab_comments where table_name= ' emp ';

Results:

Row not selected

Change statement:

Select COMMENTS from user_tab_comments where table_name= ' EMP ';

Query the results.

Reason:

Creating a table with Create, the table name defaults to uppercase in the dictionary table, so look up the uppercase table names when querying with the dictionary table.

If you want to create a lowercase table name, use "".

Oracle 11g Build table name capitalization issues

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.