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 ea34a0e commit 05f9044Copy full SHA for 05f9044
enginetest/queries/function_queries.go
@@ -27,7 +27,7 @@ import (
27
28
// FunctionQueryTests contains queries that primarily test SQL function calls
29
var FunctionQueryTests = []QueryTest{
30
- // https://github.com/dolthub/dolt/issues/9916
+ // Truncate function https://github.com/dolthub/dolt/issues/9916
31
{
32
Query: "SELECT TRUNCATE(1.223,1)",
33
Expected: []sql.Row{
0 commit comments