消息 8152,级别 16,状态 14,第 1 行 将截断字符串或二进制数据。 语句已终止。 (0 行受影响)
usetest;goifexists(selecttable_namefrominformation_schema.tableswheretable_name='empl...
use test;
go
if exists(select table_name from information_schema.tables where table_name='employee')
drop table employee;
go
create table employee(xingming varchar,age tinyint);
go
insert into employee values('tom',12);
go
select * from employee;
go 展开
go
if exists(select table_name from information_schema.tables where table_name='employee')
drop table employee;
go
create table employee(xingming varchar,age tinyint);
go
insert into employee values('tom',12);
go
select * from employee;
go 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询