Create Variable In Oracle

Posted by GigaPr on Stack Overflow See other posts from Stack Overflow or by GigaPr
Published on 2010-04-25T16:18:45Z Indexed on 2010/04/25 16:23 UTC
Read the original article Hit count: 255

Filed under:
|

Hi

What is the equivalent of

DECLARE @Variable INT SET @Varialbe = 1

in Oracle?

Thanks

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about variables