|
-
oracle error: ora - 00600 plz suggest
after entering the following query,
select * from paydetl where party = '123' and
bill_no not in(select distinct bill_no from gkout where
party = '123')
it gives the error
ora-00600 internal error code arguments
[srsale_2], [0], [45], [], [], [], [], []
no rows selected.
here 'gkout' is the valid view.
paydetl is the table.
plz suggest what to do?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|