Manual
Platforms
Query database
Interfaces
Developer documentation
Error Code: W0005
Message: Operators should be capitalized
Operators should be capitalized
Scope: all
Typical fix: Capitalize the operator
Problematic query:
a and b or c
Correct query:
a AND b OR c
Back to: Lint