You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
292 B
6 lines
292 B
|
5 months ago
|
delete from sys_dict_data where dict_type in (
|
||
|
|
select sys_dict_type.dict_type from sys_dict_type where create_time>='2020-03-18 17:11:22' and create_time<='2024-01-08 10:28:51'
|
||
|
|
);
|
||
|
|
|
||
|
|
delete from sys_dict_type where create_time>='2020-03-18 17:11:22' and create_time<='2024-01-08 10:28:51';
|