摘要: ###1、自增长列的插入 SQLServer中可以不为自动增长列插入值 MySQL中需要为自动增长列插入值。 ###2、获取当前时间函数 SQLServer写法:getdate() MySQL写法:now() ###3、从数据库定位到表 SQLServer写法:库名.dbo.表名 ;或者:库名..表 阅读全文
posted @ 2021-04-22 16:22 sentangle 阅读(461) 评论(0) 推荐(0)