Chronoform v.6.1.4
I need a chronoform dropdown field which populates data from a DB table with read_data2 action.
I tried to put a condition like
What is the correct syntax to put a WHERE NOT In condition . ?
I need a chronoform dropdown field which populates data from a DB table with read_data2 action.
I tried to put a condition like
username NOT IN {var:read_data1.Data1.username}in WHERE condition fields of second read_data ( read_data2) where read_data1 is another array with already booked usernames which is place above read_data2. But it throws an error 1064.
What is the correct syntax to put a WHERE NOT In condition . ?