mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 23:52:19 +08:00
8 lines
149 B
SQL
Executable File
8 lines
149 B
SQL
Executable File
DELETE FROM "resource"
|
|
WHERE 1 = 1
|
|
AND "namespace" = 'nn'
|
|
AND "group" = 'gg'
|
|
AND "resource" = 'rr'
|
|
AND "name" = 'name'
|
|
;
|