Open main menu

CDOT Wiki β

Changes

User:Minooz/NexJ/database

11 bytes removed, 11:21, 15 November 2010
PostgreSQL and MySQL
filename : C: | C:\ | C:\Programs | C:\Programs\
</code>
::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;
1
edit