how i can write two cursor in a same procedure.
thks.
User Profile
Collapse
-
No error throw but DATA NOT FOUND
How i can listing searching through block fields.
plz anyone know so help me...
i m waiting for Your's reply.... -
Yes actually i want to fetch record through listing searching.
for e.g
sys_sno in (1,2,3,4,5) < This is HARD CODE >
but i want to try this
sys_sno in (:sno) ( during Run Time)
User will input on Run Time....Leave a comment:
-
How i can use "IN CLUASE" with block fields.
Hi everyone
I am facing problem when i want to try select the data from table and i am using
IN CLAUSE but with block fields for e.g
SELECT
<COLUMN NAME>
FROM
<TABLE NAME>
WHERE
--sys_sno in (5,6);
and sys_sno in (:sno);
So please tell me how i can IN CLAUSE in select statement but using BLOCK.FIELD.
Remember one thing...
No activity results to display
Show More
Leave a comment: