Home » SQL & PL/SQL » SQL & PL/SQL » PL/SQL ?
PL/SQL ? [message #2062] Wed, 19 June 2002 12:55 Go to next message
Samuel Jenkins
Messages: 3
Registered: June 2002
Junior Member
I have a table with 3 columns
account_number,
loc,
currency

Can I create a temporary table in pl/sql with the same info as above with an additional column X (calculated field)

If so an example pls.
Re: PL/SQL ? [message #2068 is a reply to message #2062] Wed, 19 June 2002 15:56 Go to previous message
Siva Ram
Messages: 22
Registered: November 2001
Junior Member
Hi Samuel

YES, u can create a PL/SQL block to create a temporary table, but I suggest you to create a view for this requirement as in a view u can have a computed field and it's easy to create a view rather than creating a PL/SQL block for creating a temporary table.

if u need help, do send me an email.

Thank You
Siva Ram
Previous Topic: more trigger help, please
Next Topic: Re: Formating/Converting Words to numbers
Goto Forum:
  


Current Time: Tue Apr 23 19:04:33 CDT 2024