Supposing I have a table:
假设我有一张桌子:
create table MyTable
(
column1 varchar(150),
column2 ...,
column3 ...,
...
)
create Supposing I have a table:
假设我有一张桌子:
create table MyTable
(
column1 varchar(150),
column2 ...,
column3 ...,
...
)
create