Oracle reports problem [message #181455] |
Mon, 10 July 2006 03:56 |
roopesh_ariya
Messages: 2 Registered: July 2006 Location: Bangalore
|
Junior Member |
|
|
Hi all,
I have a problem with Oracle in my UNIX system.
In Oracle I have a table view say TAGDETAILS with fields like TAGNAME,TAGDESC,TAGTYPE etc. It has about 150 records.
If I EXECUTE an sql statement "SELECT * FROM TAGDETAILS" ,will show only 3 records.
I know the tagnames in the table. So I wrote another query "SELECT * FROM TAGDETAILS WHERE TAGNAME='TAG345'", this shows the corresponding record correctly.
If again I am executing "SELECT * FROM TAGDETAILS" , now it will show 4 records including 'TAG345'.
Select queries with where clause is not working (except for " where tagname='some tagname'" ).
Please help...
|
|
|
|
|
|