Hi,
I am trying to create more advanced segments using the advanced SQL query. I have already run the filter I want to create in MySQL database to get the correct syntax. However when I apply it in AcyMailing advanced select query it produces no users. Can you tell me if my SQL is structured correctly for Acymailing. This is what I put in the query box but when save it says Number of AcyMailing users matching these conditions:
An error occurred and no users are selected. Im MySQL it produces the correct results and shows all users for that particular mail ID who have not opened the email:
SELECT * FROM azun3_acym_user_stat
WHERE mail_id
= 340 AND open
= 0
Any help would be greatly appreciated