This is an old revision of the document!


SQL Cheat Sheet - All Databases

Functions by Category

String functions:

  • Find position in string

Functions by Name

Built-in SQL functions (A-Z):

Function Description Example Result Databases
INSTR Find position in string INSTR('abc', 'b') 2 Oracle, DB2, MySQL, MariaDB