Hi,
I am new to MySQL and I am trying to write a query using "WHERE" and "LIKE" but seem to be having problems with the syntax.
In MS Access I do not have a problem and this is the SQL for an Access Query
And this works just fine, Could someone point me in the right direction using MySQL please
Regards
Paul
I am new to MySQL and I am trying to write a query using "WHERE" and "LIKE" but seem to be having problems with the syntax.
In MS Access I do not have a problem and this is the SQL for an Access Query
Code:
SELECT SITEMP.machine_number, SITEMP.instruction
FROM SITEMP
WHERE (((SITEMP.instruction) Like "####*"));
And this works just fine, Could someone point me in the right direction using MySQL please
Regards
Paul