SELECT student_id FROM tuition where student_id in ( SELECT student_id FROM student_temp )上面的这个SQL语句是要选择student-id在student_temp 中的,而不是 tuition的,这样写有没有问题的?是我要得到的数据结果吗?运行
来源:学生作业帮助网 编辑:作业帮 时间:2024/11/26 04:45:23
xKO@JhFWQ@!P@h@Šhş;o
DYiҙs~k97[5ͯ,-prHElaxW n/^?7I}\/EXHײB]J&Ĵr}'Z)F3-ĊUq^=Ji<xq!=+wʪ)~#`}@&D7́%Pst=EOoGؔ{l|ޑi
gǰUDKbWP#.E-\>Py1`)x}(a~ԁEZ&Ftо#^Ez[ (4;&ۂunq
SELECT student_id FROM tuition where student_id in ( SELECT student_id FROM student_temp )上面的这个SQL语句是要选择student-id在student_temp 中的,而不是 tuition的,这样写有没有问题的?是我要得到的数据结果吗?运行
select.where student_id>3 GROUP BY math_mark having AVG(math_mark)>70什么意思啊?GROUP BY math_mark having AVG(math_mark)>70 主要是这一部分
SELECT
FR是什么意思
/fr 是什么意思?
fr是什么意思
piease.select
select()是什么?
select your
Select your
please select
Please select
select forever
select skin
四舍五入-8.5应该等于几?逢5进1-8.5逢5进1,-8+1是不是-7呢?不同的编程得到的答案不一样Java:Math.round(-8.5) 等于 -8 Excel:Round(-8.5,0) 等于 -9 SQLServer:select round(-8.5,0) 输出 -9 Oracle:select round(-8.5) fr
fscanf(fp,%*[^:]:%d%*[^:]:%s,&(p->student_id),p->name)//&是什么意思?
选出t1表a列和t2表a相同的数据的sql语句,select test1.a from t1,t2 where test1.a=test2.a,这样写好像不对.假如t1表a列有1个2,t2表a列有3个2,就会选出3个2来.我的本意是选出1个2.有点小错误,是select t1.a,t2.a fr
select t.*和select *有什么不同