How to escape column' special characters in SQL select statement.
I have that sql select statement and the column account_name has values that contains special characters, it gives me error as it doesn't escape those special characters.
select * from account where account_name ='$account_name'