sql 常用信息

cast(@b as varchar(3))

增加一个字段

ALTER TABLE table1 ADD column1 int default 0

原文地址:https://www.cnblogs.com/yqie/p/2507839.html