Rename Table di PostgreSQL





postgres=# CREATE TABLE sample (id char);
postgres=# \d 
postgres=# ALTER TABLE sample RENAME to sampletable;
postgres=# \d

Rename Table di PostgreSQL

1 komentar:


EmoticonEmoticon