AND JSON_VALUE()

in src/data/gleanSql.js [90:105]


    AND JSON_VALUE(event_extra.id) = '${additionalInfo.auto_event_id}'
)
SELECT event_timestamp, event, event_extra FROM events
ORDER BY event_timestamp DESC
-- IMPORTANT: Remove the limit clause when the query is ready.
LIMIT 10`;

export const getGleanPingQuery = (table) => `
-- Autogenerated by the Glean Dictionary.
-- https://mozilla.github.io/glean/book/user/pings/index.html#payload-structure
SELECT
  client_info.*,
  ping_info.*,
  metrics.*
FROM
  ${table} AS m