Files
grafana/pkg/storage/unified/sql/testdata/postgres--resource_update-single path.sql
2024-08-16 14:36:56 +03:00

12 lines
239 B
SQL
Executable File

UPDATE "resource"
SET
"guid" = '',
"value" = '[]',
"action" = 'UNKNOWN'
WHERE 1 = 1
AND "group" = ''
AND "resource" = ''
AND "namespace" = ''
AND "name" = ''
;