select* from xundabasedb.syncepidemiccitydatajob A
where A.Name = ‘吉林’ and Date(A.LastUpdateTime) = ‘2022-08-10’
order by LastUpdateTime desc limit 1;
版权声明:本文为wu531483547原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
select* from xundabasedb.syncepidemiccitydatajob A
where A.Name = ‘吉林’ and Date(A.LastUpdateTime) = ‘2022-08-10’
order by LastUpdateTime desc limit 1;