下表,如何查询time的最大值? hql如何写?
create table _MaterialLoad(
id int IDENTITY(1,1) primary key not null,
mateCode char(12) not null,
contId char(30) not null,
time bigint not null
)