No its not from PHP . I am passing the array of strings from VB application to Stored procedure.
i need to work around with this logic in Mysql only . @param_letters is a stored procedure parameter which contains a dynamic string like these @param_letters=" ‘A’,‘B’,‘C’ " .
i need to pass @param_letters to IN clause statement . select * From tb_test Where letters In(select @param_letters);