BigMemory 4.3.10 | Product Documentation | BigMemory Max Developer Guide | Searching with BigMemory SQL | SQL Syntax and Examples | Additional Syntax
 
Additional Syntax
If you have a backslash in the string you want to search for (e.g., "path\name"), escape the backslash:
select * from Person where firstName = 'path\\name'