Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> stupid sql question - please help
I have a table that looks like this:
SQL> desc doc_prop
Name
I'm trying to select all the records that do not have the 'Y' set. Yet nothing I try seems to work.
I have tryed:
select * from doc_prop
where archive_flag != 'Y'
this returns nothing
I've tryed several things all fall.. why? what is the correct way to see all
the records that don't have a archive_flag set to 'Y'?
Thanks for any help. Received on Wed Sep 13 2000 - 15:41:19 CDT
![]() |
![]() |