Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Strange Bug
List,
I have a table when I run a query on this table return nothing(no record
returns!!!), but when I create a temp table from this table return the
records
E.G:
select cola,colb,colc from tableA where cola=1 and colb='A' 0 records return
Now: create table a_temp as select * from tableA then
select cola,colb,colc from tableA where cola=1 and colb='A'
cola colb colc 1 A xx 1 A yyyy 1 A mmm
Any Idea? what's wrong and what's cause a problem? I appreciate any recommendation.
Hamid Alavi
Office 818 737-0526
Cell 818 402-1987
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Hamid Alavi
INET: hamid.alavi_at_quovadx.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Jun 13 2002 - 19:28:32 CDT
![]() |
![]() |