mysql select

can't get data from mysql

hello , i m using bonitasoft 6.5.1 community and Phpmyadmin

I want to Search the Database based on Values provided in the Search form created in Bonita.
My query to search based on the variable value is
select * from clients where 'id_client' = '${variable}'

this request is feasible in phpmyadmin and the searched data is displayed according to the value provided in the Search query but using the connector in bonita it does not work .

thanks

Notifications