← Back to Stormify Documentation

likeEscapeClause

Returns the ESCAPE clause for LIKE expressions. MySQL/MariaDB treat '\' as an escape within string literals, so they need '\\\\' (double-escaped) while other databases use `'\\'.