Files
grafana/pkg/storage/unified/sql/testdata/sqlite--resource_update-single path.sql
T

12 lines
249 B
SQL
Raw Normal View History

2024-08-16 14:36:56 +03:00
UPDATE "resource"
SET
"guid" = '',
"value" = '[]',
"action" = 'UNKNOWN'
WHERE 1 = 1
AND "group" = 'gg'
AND "resource" = 'rr'
AND "namespace" = 'nn'
AND "name" = 'name'
2024-08-16 14:36:56 +03:00
;