Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

A field is missing in my table.....

518825Jun 18 2006 — edited Jun 19 2006
I have a table CUST. It has ten fields and CUST_FLAG is one of those fields. The table has 3 lac records. For one particular record, the field CUST_FLAG is missing! .... It doesn't make sense to me because every other record has that field . when I try - SELECT CUST_FLAG FROM CUST WHERE CUST_ID='1234'
it just shows a blank screen instead of the CUST_FLAG field.. can someone explain me why this is happening?



Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 17 2006
Added on Jun 18 2006
23 comments
692 views