摘要:
1 DateTime类型的字段默认为当前时间:getDate() 2sql总存储过程中可以加if if(a='') begin 内容 end3 修改数据库名字 exec sp_rename 'sdzbwdb','sxzbtb','database'4 select distinct a.id,a.name from student; 去掉id重复的行5 读取数据的时候截取字段的长度:select substring(StuName,0,6) stuname from student 或者是 select left(title,20 阅读全文