Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: quicky
Use two ampersands:
eg:
select * from A, B where apk = &1 and bpk = &&1
Doug Cowles wrote in message <37C9D3AE.D44B83AB_at_bigfoot.com>...
>What's the syntax for placing a variable in a sql command so I don't
>have
>to enter it twice?
>select * from A, B where apk = &1 and bpk = &1
>
>
>
Received on Sun Aug 29 1999 - 20:03:16 CDT
![]() |
![]() |