Update from Sync Service
This commit is contained in:
7
数据库/按日分组求均值.md
Executable file
7
数据库/按日分组求均值.md
Executable file
@@ -0,0 +1,7 @@
|
||||
SELECT
|
||||
convert(char(10),aDatetime,120)
|
||||
,round(avg([X]),6)
|
||||
,round(avg([Y]),6)
|
||||
,round(avg([Height]),6) FROM [ZHDMTProj].[dbo].[TLDZ1]
|
||||
group by ( convert(char(10),aDatetime,120))
|
||||
order by ( convert(char(10),aDatetime,120))
|
||||
Reference in New Issue
Block a user