We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616986c commit 7b4d9a7Copy full SHA for 7b4d9a7
samples/components/dialects/SQLDialect.tdd
@@ -48,6 +48,15 @@
48
<argument type='real' />
49
50
</function>
51
+ <function group='system' name='TIME1899' return-type='datetime'>
52
+ <formula>(CAST('1899-12-30' AS DATE) + %1)</formula>
53
+ <argument type='datetime' />
54
+ </function>
55
+ <function group='system' name='SYS_NUMBIN' return-type='int'>
56
+ <formula>FLOOR(%1 / %2)</formula>
57
+ <argument type='real' />
58
59
60
</function-map>
61
62
<!--
0 commit comments