Oracle equivalent for temp table variable
639593May 22 2008 — edited May 23 2008Can anyone help me regarding this..
sample code
declare @temptable table (fldcaptioncode bigint, fldrownumber bigint identity (1,1))
i have declaration in sqlserver stored procedure,
Is there any equivalent in oracle 10g
Thanks in advance
Regards
Ariff