已知table1和table2,table1有字段Id,parentid ,Title,AuthSet
table2的字段PType1是根据table1的ParentID查询得到的,现在想求PType1的数组列表mysql+php哦...
table2的字段PType1是根据table1的ParentID查询得到的,现在想求PType1的数组列表
mysql+php哦 展开
mysql+php哦 展开
3个回答
展开全部
1、答:select class,max(score) from table1 group by fclass
2、insert into score1(id,class,score) values('001','01',90)
3、update table1 set score=100
4、select * from table1 a, table2 b where a.class = b.class
5、delete from table1 或者 truncate table table1
2、insert into score1(id,class,score) values('001','01',90)
3、update table1 set score=100
4、select * from table1 a, table2 b where a.class = b.class
5、delete from table1 或者 truncate table table1
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
不是特别明白。。。
是不是想查询table2表的PType1字段有哪些不重复的值?
select distinct ptype1 from table2 就可以了
是不是想查询table2表的PType1字段有哪些不重复的值?
select distinct ptype1 from table2 就可以了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
已经PM,请采纳
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询