Add INSTR ql ref for all drivers

This commit is contained in:
Vivek Patel
2022-12-21 17:13:42 +05:30
parent a2af386f6a
commit 5b653178b6
2 changed files with 17 additions and 0 deletions
+6
View File
@@ -149,6 +149,12 @@ var (
},
OutType: &TypeText{},
},
"instr": {
Handler: func(args ...string) string {
return fmt.Sprintf("instr(%s, %s)", args[0], args[1])
},
OutType: &TypeNumber{},
},
// @todo implement; the commented versions are not good enough
// "like": {