aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_instr-2-32da357fc754badd6e3898dcc8989182
blob: 5a8c34271f443a71c942c3410f5659f225bd6202 (plain) (blame)
1
2
3
4
instr(str, substr) - Returns the index of the first occurance of substr in str
Example:
  > SELECT instr('Facebook', 'boo') FROM src LIMIT 1;
  5