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 28c7acf commit a29c34dCopy full SHA for a29c34d
internal/engine/dolphin/stdlib.go
@@ -1795,6 +1795,15 @@ func defaultSchema(name string) *catalog.Schema {
1795
Args: []*catalog.Argument{},
1796
ReturnType: &ast.TypeName{Name: "bigint"},
1797
},
1798
+ {
1799
+ Name: "LAST_INSERT_ID",
1800
+ Args: []*catalog.Argument{
1801
1802
+ Type: &ast.TypeName{Name: "any"},
1803
+ },
1804
1805
+ ReturnType: &ast.TypeName{Name: "bigint"},
1806
1807
{
1808
Name: "LAST_VALUE",
1809
Args: []*catalog.Argument{
0 commit comments