Replies: 2 comments
-
|
In order to escape characters, using the backslash |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
See #603 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Community,
How does one filter for strings with a percent symbol (the wildcard symbol) in ArcadeDB's SQL? In classic SQL one woud use the
ESCAPEkeyword, ie:SELECT FROM type WHERE property LIKE 'x \%' ESCAPE '\'; this keyword seems not to be exported. I also tried to use\%without theESCAPEstatement, which also yields an error. Did I overlook something?Thank you for your help
Beta Was this translation helpful? Give feedback.
All reactions