msuresh
07-11-2002, 07:16 PM
Hi,
I created a table xx with columns a,b in swx schema.
I logged in swx schema and i issued a command
select * from xx where a is null;
I got a error saying column not found.
when i tried with
select * from xx where "a" is null.Its working.I have lot of tables in this schema and all these tables are created with one sql script.I used to run this sql script on this schema to create these tables.
I created the schema swx with def tablespace users and temp tablespace temp quata unlimited on users.
Granted dba to swx.
My question is when i try the same sql statement with some other table its working and in some table its not working.
What could be the problem.
Pls. help me.
I created a table xx with columns a,b in swx schema.
I logged in swx schema and i issued a command
select * from xx where a is null;
I got a error saying column not found.
when i tried with
select * from xx where "a" is null.Its working.I have lot of tables in this schema and all these tables are created with one sql script.I used to run this sql script on this schema to create these tables.
I created the schema swx with def tablespace users and temp tablespace temp quata unlimited on users.
Granted dba to swx.
My question is when i try the same sql statement with some other table its working and in some table its not working.
What could be the problem.
Pls. help me.