Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Bind Variable Question
Im tryin to do a select statement here without having toad prompt
me...
VARIABLE TEST_1 NUMBER; TEST_1 := 1747502; SELECT * FROM PS_RC_CASE WHERE CASE_ID = TEST_1; How can I get a result set using the above logic without a prompt in TOAD...thanks
-Jim Received on Mon May 14 2007 - 15:36:56 CDT
![]() |
![]() |