Hi I have a column name called "condition", and I don't know if this is an SQL statement but its in color pink in my phpmyadmin sql. so how do you insert to a column that shares the same name to an SQL statement. I could just change it to another variable but this idea have me intrigued. I tried this:
How to deal with SQL column names that look like SQL keywords?
but it only works for select statements.
So does anyone have an idea how to do this using Insert, Update, and Delete?
Thank you