orcale查询某列最大值数据

orcale查询某列最大值数据_第1张图片

查询mainid最大值时的所有数据:

SELECT * from table where mainid=(SELECT Max(mainid) FROM table)

你可能感兴趣的:(spring,boot)