You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
172 B
MySQL
6 lines
172 B
MySQL
3 years ago
|
ALTER TABLE dbo.Import_cargo ADD
|
||
|
tax_1 numeric(18, 2) default 0,
|
||
|
tax_zz_1 numeric(18, 2) default 0,
|
||
|
tax_2 numeric(18, 2) default 0,
|
||
|
tax_zz_2 numeric(18, 2) default 0
|
||
|
GO
|