[求助]sql查询语句
我想问一下,select @@ROWCOUNT select * from [user] where( year( getdate()) - year(birthday) <2)语句可以这样写吗?那如果我要向一个表中插入(新建)一行记录,又要同时从其中提取id,那是不是就可以写成 select CategoryID INSERT INTO MediaCategories(Name1, Remark, [Level], ParentID)
VALUES (@Name1,@Remark,@Level,@ParentID)