select distinct on ("date", location_pre, product_pre, type) "date", location_pre, product_pre, quantity, type, updated_atfrom transactions torder by t."date", t.location_pre, t.product_pre, t.type, t.updated_at desc
欢迎分享,转载请注明来源:内存溢出
select distinct on ("date", location_pre, product_pre, type) "date", location_pre, product_pre, quantity, type, updated_atfrom transactions torder by t."date", t.location_pre, t.product_pre, t.type, t.updated_at desc
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)