查询,修改,删除都需要where条件语句,那就只能是B选项了.
哪个spl操作语句不能带where条件句子?A.select查询句.B.insert into子
1个回答
相关问题
-
SQL语句理解 select * from B where (select count(1) as num from A
-
帮我解释下这个查询语句@select c_id,c_gcode,c_number into #11 from tb_bi
-
求单表查询的hql语句怎么写sqL如下:select * from aaa20 where aaae2001 = '11
-
PLSQL中复制表select * into b from a where 11这句话中where 11在这里怎么理解
-
SQL语句的where我想做个条件查询的,其中有两个条件,我现在想不限制条件的个数,就是说一个或者2个条件查询都可以.语
-
ms sql :select * from (select *from b) as xxx where 和 select
-
如何提高下面语句的效率select * from(select a_month ,b_name ,count(DISTI
-
sql里,where a in (select .) and b in (select .)这种表示合法吗?
-
delete from A where a_id in (select id from B where b_id in
-
select 表列名1 into :变量名1 from 表名 where 表列名1=:变量名2; 这个语句怎么解释?