Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべての行または単一の行を削除するようにパージ スクリプトを更新しているので、これは DEVICE という変数によって制御されるので、変数名として (*) を使用できますか? DEVICE は、*(すべて) または12.3.4.5(単一のデバイス) による可能性があります。
*
12.3.4.5
DELETE L from LogTable L WHERE L.logTime < @cutoffTime AND L.deviceAddress = "${DEVICE}";