What is the difference between Raw and RawQuery? #62
Closed
RangelReale
started this conversation in
General
Replies: 1 comment
-
The parentheses are because whenever a Sub Query is used inside another query, it usually has to be surrounded by parentheses. |
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
-
I can use both in
sm.Where
for example, butRaw
surrounds the code in parenthesis, whileRawQuery
does not.Beta Was this translation helpful? Give feedback.
All reactions