You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ELECT EventParameters
FROM events_all
LIMIT 1
┌─EventParameters────────────────────────────────────┐
│ "{""GroupID"":""Default"",""PlayerID"":""...
It is inserted with escaped quotes(by quotes).
Clickhouse JSON functions can't parse this JSON, only this workaround is working replaceAll(EventParameters, \'""\', \'"\').
The text was updated successfully, but these errors were encountered:
It is inserted with escaped quotes(by quotes).
Clickhouse JSON functions can't parse this JSON, only this workaround is working
replaceAll(EventParameters, \'""\', \'"\')
.The text was updated successfully, but these errors were encountered: