SQL数据库查询语句
SQL查询:
SELECT * from RawMeas_DataCollector_MCMK where PointName = 'LG05' order by logtime desc;
desc降序,asc升序;
例:T4D中全站仪原始观测数据。
SQL查询:
SELECT * from RawMeas_DataCollector_MCMK where PointName = 'LG05' order by logtime desc;
desc降序,asc升序;
例:T4D中全站仪原始观测数据。