Also, are you running this from query console? I ask because query console uses sql by default I guess. With SQL, predicates within double quotes get parsed incorrectly and that unfortunately leads to an error during execution on the server
r
rleiwang
05/01/2020, 4:41 PM
got it.
select tags__KEYS, tags__VALUES from spanEventView where tags__KEYS = 'status.message' and tags__VALUES = '"OK"'