therealLucasPaul / ORSEE_Test

0 stars 0 forks source link

mysql error on noshow <=0 query #54

Open therealLucasPaul opened 1 year ago

therealLucasPaul commented 1 year ago

Author: mimmo970 When I try to filter out partecipants who have positive no-show count, through the condition who have a no-show count of <=0 I receive the following error:

Query error: SQLSTATE[HY093]: Invalid parameter number: parameter was not defined Query: SELECT * from or_participants WHERE (number_noshowup <= :noshowcount) ORDER BY lname,fname

Thanks for any hints. mimmo