4 lines
87 B
SQL
4 lines
87 B
SQL
use antville;
|
|
|
|
alter table WEBLOG
|
|
add column TIMEZONE varchar(32) null after COUNTRY;
|