sql查询条件语句,能不能拼出一条删除的指令呢? select * from table1 where 1=(delete from table)? 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 sql查询 语句 指令 select table1 搜索资料 1个回答 #合辑# 机票是越早买越便宜吗? kowana 2012-02-10 · TA获得超过227个赞 知道答主 回答量:132 采纳率:0% 帮助的人:169万 我也去答题访问个人页 关注 展开全部 不能这样,要写一条语句只能做成存储过程。 本回答由提问者推荐 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2012-04-05 在SQL语句中DELETE 员工信息表 FROM(SELECT TOP 3*FROM员工信息表)AS t WHERE t.员工编号=员工信息表.员工 1 2011-04-26 那位高手帮忙看看下面这个SQL语句怎么优化。 DELETE * FROM t1 WHERE GDID not in ( select max(GDID) fro 3 2011-01-17 ms sql : select * from (select *from b) as xxx where 和 select * from (select *from b) xxx where区 8 2018-02-23 SQL简单语句 DELETE FROM table 61 2013-01-31 delete from A where a_id in (select id from B where b_id in (select id from C where c_id = ?)) 2018-05-10 select id from (select * from tree)这个sql语句有什么错吗 11 2013-12-13 sql查询条件select *from org_term where..... 1 2012-07-14 delete from A where ID in (1,2,3) and not in(select ID from B) 可以在SQL里面使用,而不能在Mysql使用 5 为你推荐: