Home » SQL & PL/SQL » SQL & PL/SQL » Re: Can we use PL/SQL key words as Coloumn Names
Re: Can we use PL/SQL key words as Coloumn Names [message #38975] Mon, 03 June 2002 03:02
Santosh Kumar Sinha
Messages: 1
Registered: June 2002
Junior Member
you can use the keyword within bracket and then use in SP
for example above example can be written as

INSERT into EMP(emp_name,emp_id,[[not]],emp_designation) values('xxx',001,'problem','manager');

it is working in SQL Server , i am not sure about PL/SQL
Previous Topic: pl/sql function
Next Topic: ora 02291
Goto Forum:
  


Current Time: Thu Apr 25 08:24:14 CDT 2024