热门标签
更多>
搜索结果
查询Tags标签: conclusion,共有 2条记录-
SqlServer根据某列来分组后,再依据另一列来排序,选取第一行,后再依据另一列进行筛选,之后再统计数量
一开始我写的sql类似于select COUNT(*) from (select max(inspect_date) as newest_inspect_date,conclusion from single_cardwhere conclusion=合格 and…… group by instrument_card_ID) as a;大体意思就是从single_card表里查询,如果instrument_card_ID相同,则只…
2021/9/16 2:08:48 人评论 次浏览 -
SqlServer根据某列来分组后,再依据另一列来排序,选取第一行,后再依据另一列进行筛选,之后再统计数量
一开始我写的sql类似于select COUNT(*) from (select max(inspect_date) as newest_inspect_date,conclusion from single_cardwhere conclusion=合格 and…… group by instrument_card_ID) as a;大体意思就是从single_card表里查询,如果instrument_card_ID相同,则只…
2021/9/16 2:08:48 人评论 次浏览