Parameterised IN Clause in prepared statement using MySql,PHP and ADODB
问题 I am writing some SQL and using AdoDb to connect to my database and run the queries and so on. I am using parametrized queries and have run into a snag. Is their a way to pass an array of values to an in_clause in AdoDb/MySql for parametrization. My problem is that if I pass a prepared string as the parameter i.e. 'test','test2','test3' it does not work as the library or database auto escapes it and adds external quotes at the start and end so all the internal quotes are then auto escaped