summaryrefslogtreecommitdiffstats
path: root/test/expected/test_sql_anno.sh_99da5994c8c90536dbdb1b8ad7dbfb41698a5e8c.out
blob: 5fa2f879a3681a1cf2f6c0f6f132b50171e3b232 (plain)
1
2
3
4
5
6
7
8
9
10
                 SELECT instr(lower(abc), '123')
     sql_keyword ------
        sql_func        -----------------------
       sql_ident        -----
        sql_func              ---------
       sql_ident              -----
       sql_ident                    ---
       sql_comma                        -
      sql_string                          -----
lower: Returns a copy of the given string with all ASCII characters converted to lower case.