Subject | Distinct with stored procedure |
---|---|
Author | Ajay |
Post date | 2002-12-05T12:14:40Z |
hi
I am using a Select statement with a Distinct Clause, the query works fine but when i use a stored procedure in the Select it returns an Error .
For Eg
Select Distinct ID,First_Name,(Select Cont From GetIDs)
From Contacts
Error :- Invalid request BLR at offset 303
context already in use (BLR error)
Ajay.
[Non-text portions of this message have been removed]
I am using a Select statement with a Distinct Clause, the query works fine but when i use a stored procedure in the Select it returns an Error .
For Eg
Select Distinct ID,First_Name,(Select Cont From GetIDs)
From Contacts
Error :- Invalid request BLR at offset 303
context already in use (BLR error)
Ajay.
[Non-text portions of this message have been removed]