Forum Moderators: phranque
My select statement looks like this:
SELECT * FROM Images WHERE Image IS '*.png'
This is throwing an error. How should I execute this statement so it works correctly? Basically I want to return all records where the field of Image contains a *.png image.
thanks