##原表
##SHOWTABLESWHEREtables_in_ondemand1NOTLIKE'%20%'

##备份表
##SHOWTABLESWHEREtables_in_ondemand1LIKE'%20%'

##原表
SHOWTABLES
WHEREtables_in_ondemand1NOTLIKE'%20%';

##备份表
SHOWTABLES
WHEREtables_in_ondemand1LIKE'%20%';

SHOWTABLES
WHEREtables_in_ondemand1LIKE'%order_flowe%';