alter table table_name rename column old_value to new_value;
On Sun, Jul 10, 2011 at 8:14 AM, Pankaj Kumar <[email protected]> wrote: > Can we use two after update triggers on one table? > > > On Sat, Jul 9, 2011 at 10:01 PM, Rob Wolfe <[email protected]> wrote: > >> "alter table mytable rename column oldname to newname" >> >> Yeah, every now and then Oracle actually does make things work the way >> you think they should. >> >> >> >> On Jul 9, 7:54 am, amar <[email protected]> wrote: >> > how to rename a column? what is the query? >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Oracle PL/SQL" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/Oracle-PLSQL?hl=en >> > > > > -- > Pankaj Kumar > > -- > You received this message because you are subscribed to the Google > Groups "Oracle PL/SQL" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/Oracle-PLSQL?hl=en > -- You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Oracle-PLSQL?hl=en
