You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-4991 Solving TRUNCATE/ROUND/CEILING functions on TIME/DATETIME/TIMESTAMP
Add getDecimalVal in func_round and func_truncate for getting value while filtering MCOL-4991 Solving TRUNCATE/ROUND/CEILING functions on TIME/DATETIME/TIMESTAMP Update func_cast.cpp
This commit is contained in:
@ -46,6 +46,6 @@ SELECT CAST(t1_time AS DECIMAL(32,6)), CAST(t1_date AS DECIMAL(32,6)), CAST(t1_d
|
||||
CAST(t1_time AS DECIMAL(32,6)) CAST(t1_date AS DECIMAL(32,6)) CAST(t1_datetime AS DECIMAL(32,6))
|
||||
NULL NULL NULL
|
||||
0.000000 0.000000 0.000000
|
||||
220816000000.000000 20201111.000000 20201111112233.000000
|
||||
200732000000.000000 22220101.000000 22220101102030.000000
|
||||
112233.000000 20201111.000000 20201111112233.000000
|
||||
102030.000000 22220101.000000 22220101102030.000000
|
||||
DROP DATABASE mcs70_db;
|
||||
|
Reference in New Issue
Block a user