mysql 子查询

在作功能的时候 有时须要对mysql查到的数据进行查找判断,这个时候就须要子查询,要知道mysql查询的时候from后面不必定是表,也能够是查到的数据集合。代码以下:mysql select u.nickName,p.get_type,p.get_points,p.use_points,p.create_time,p.use_time,p.type,p.remark,p.points_befor
相关文章
相关标签/搜索