SQL Kolon adını değiştirmek

On 25/10/2010, in Genel, by Specialist

SQL> sho parameter compatible

NAME TYPE VALUE
———————————— ———– ——————————
compatible string 9.2.0.0.0

SQL> alter table test1 rename column b to a;

Table altered.

 

Bir cevap yazın

E-posta hesabınız yayımlanmayacak.

This site uses Akismet to reduce spam. Learn how your comment data is processed.