G
Guest
I am writing SQL statements that takes in variables such as
select * from <tablename> where userid = :userid
:userid is the variable that this statement needs...does anyone know
what is the maximum length of VARIABLE NAMES in Oracle
Parveen
select * from <tablename> where userid = :userid
:userid is the variable that this statement needs...does anyone know
what is the maximum length of VARIABLE NAMES in Oracle
Parveen