BigMemory
4.4.0 |
Product Documentation
|
BigMemory Go 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'