G
Guest
I have the script:
SELECT *
FROM MyTable
WHERE ID
Where Name = "Mike"
What do I put around "Mike" to make it so that anything that contains Mike
will do.
SELECT *
FROM MyTable
WHERE ID
Where Name = "Mike"
What do I put around "Mike" to make it so that anything that contains Mike
will do.