Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> How can I select all IDs from a Column, when I dont have any Values
Hi,
I am looking for a Asterix like % for the Number Datatype.
Example:
For a Varchar-Column:
select id, name from table where name like '%';
For a Number-Column:
select id, name from table where id = ????
Wie use Oracle 8.1.
Thanks
Amir
Received on Fri Nov 30 2001 - 06:54:56 CST
![]() |
![]() |