A field is missing in my table.....
518825Jun 18 2006 — edited Jun 19 2006I 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.