Error with mysqldump in batch script when using multiple conditions in WHERE clause
I’m facing an issue with using mysqldump inside a batch script to backup a database with certain conditions. The problem arises when I add multiple condition sets inside an IN clause.