You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
781 B
MySQL
26 lines
781 B
MySQL
2 years ago
|
delete from batch_job_execution_context;
|
||
|
delete from batch_job_execution_params;
|
||
|
delete from batch_step_execution_context;
|
||
|
delete from batch_step_execution;
|
||
|
delete from batch_job_execution;
|
||
|
delete from batch_job_instance;
|
||
|
|
||
|
delete from batch_step_execution_seq;
|
||
|
delete from batch_step_execution_seq;
|
||
|
delete from batch_job_execution_seq;
|
||
|
delete from batch_job_seq;
|
||
|
commit;
|
||
|
|
||
|
select * from batch_job_execution_context;
|
||
|
select * from batch_job_execution_params;
|
||
|
select * from batch_step_execution_context;
|
||
|
select * from batch_step_execution;
|
||
|
select * from batch_job_execution;
|
||
|
select * from batch_job_instance;
|
||
|
|
||
|
select * from batch_step_execution_seq;
|
||
|
select * from batch_step_execution_seq;
|
||
|
select * from batch_job_execution_seq;
|
||
|
select * from batch_job_seq;
|
||
|
|
||
|
select * from lock_table;
|