8 lines
79 B
SQL
8 lines
79 B
SQL
|
|
DELETE FROM mnp_message_id
|
|
where trunc(data)<trunc(sysdate-7)
|
|
/
|
|
COMMIT
|
|
/
|
|
EXIT
|