Files
grafana/pkg/storage/unified/resource/data/sqlkv_delete.sql
T

4 lines
89 B
SQL

DELETE
FROM {{ .Ident .TableName }}
WHERE {{ .Ident "key_path" }} = {{ .Arg .KeyPath }};