1
edit
Changes
→PostgreSQL and MySQL
<code>
mysql> SELECT filename FROM t1;
To test for values that end with backslash, you can match the values using either of the following patterns:
<code>
mysql> SELECT filename, filename LIKE '%\\' FROM t1;
+--------------+---------------------+
| C: | 0 |