I have a string which is like
"Ford Mustang 1976"
I want to look this up in a database and need to catch all 3 fields. My database structure is "Make", "Model" and "YearBuilt"
How can I do a mysql query to find this row?
I have a string which is like
"Ford Mustang 1976"
I want to look this up in a database and need to catch all 3 fields. My database structure is "Make", "Model" and "YearBuilt"
How can I do a mysql query to find this row?