How can we convert a SQL conditional (i.e. WHERE clause) to be used in the UI console of GCP Logging Explorer?
As in:
timestamp >= "TIMESTAMP_SUB(CURRENT_TIMESTAMP(), INTERVAL 15 MINUTE)"
enter image description here
However, with or without quotes, it returns an error message:
The value "timestamp >= "TIMESTAMP_SUB(CURRENT_TIMESTAMP(), INTERVAL 15 MINUTE)" is of incorrect type[enter image description here][1]
New contributor
Iuri Sampaio is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1