Return-Path: <root@fatcity.cts.com>
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by naude.co.za (8.11.2/8.11.2) with SMTP id g5EAMQ819299
 for <oracle-l@naude.co.za>; Fri, 14 Jun 2002 06:22:26 -0400
Received: from fatcity.UUCP (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id TAA85650;
 Thu, 13 Jun 2002 19:20:20 -0700 (PDT)
Received: by fatcity.com (26-Feb-2001/v1.0g-b71/bab) via UUCP id 0047D92E; Thu, 13 Jun 2002 16:28:32 -0800
Message-ID: <F001.0047D92E.20020613162832@fatcity.com>
Date: Thu, 13 Jun 2002 16:28:32 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: Hamid Alavi <hamid.alavi@quovadx.com>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: Hamid Alavi <hamid.alavi@quovadx.com>
Subject: Strange Bug
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 71; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: text/plain;	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

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






======================= Confidentiality Statement ======================= 
The information contained in this message and any attachments is 
intended only for the use of the individual or entity to which it is 
addressed, and may contain information that is PRIVILEGED, CONFIDENTIAL 
and exempt from disclosure under applicable law.  If you have received 
this message in error, you are prohibited from copying, distributing, or 
using the information.  Please contact the sender immediately by return 
e-mail and delete the original message from your system. 
===================== End Confidentiality Statement =====================  


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Hamid Alavi
  INET: hamid.alavi@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@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).

