4 lines
89 B
SQL
4 lines
89 B
SQL
DELETE
|
|
FROM {{ .Ident .TableName }}
|
|
WHERE {{ .Ident "key_path" }} = {{ .Arg .KeyPath }};
|