Skip to content

Commit

Permalink
disable instr function for mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Dec 2, 2024
1 parent 38c238c commit 5da304f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ibis-server/resources/function_list/mysql.csv
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ scalar,format,varchar,,"decimal,int","Formats number to specified decimal places
scalar,from_unixtime,datetime,,"int","Converts Unix timestamp to datetime"
scalar,hex,varchar,,"decimal_or_string","Returns hexadecimal representation of a decimal or string value"
scalar,unhex,varchar,,"varchar","Converts hexadecimal value to string"
scalar,instr,int,,"varchar,varchar","Returns position of first occurrence of substring in string"
scalar,lcase,varchar,,"varchar","Synonym for LOWER()"
scalar,left,varchar,,"varchar,int","Returns the leftmost number of characters from string"
scalar,right,varchar,,"varchar,int","Returns the rightmost number of characters from string"
Expand Down

0 comments on commit 5da304f

Please sign in to comment.