Get latest updated records

前端 未结 5 1814
旧时难觅i
旧时难觅i 2020-12-22 03:00

I have an \"Observation\" table in SQL Server 2008. This table has a locationId column for a bunch of geographic locations, a few columns for observation details and a colum

5条回答
  •  旧时难觅i
    2020-12-22 03:08

    Use the Getdate function as I used as below.

    select * from TBL_MP_QC_CustomerWiseCOA_Master  order by getdate() desc
    

提交回复
热议问题