In the following query:
query = "SELECT * FROM racetimes WHERE course='" + myracecoursevariable + "'";
I want to change the query and select data from database where the course is not equal to the dynamic variable given in the query in MYSQL.
|
|
or
You should be using prepared statements to pass dynamic variables to MySQL |
|||
|
|
|
You may use not equal
|
|||
|
|
The PS. I would rather learn how to use |
|||
|
|
|
|||||
|
|