mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 01:02:26 +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'
|
|
;
|