|
I have a SQL select statement, but I don't know how to finish it. The part in red works fine, but it's the part in blue I don't know how to do. BAsically I need to use the LIKE clause but also ignore a specific record which the LIKE clause finds.
SELECT product WHERE partno LIKE "111%" NOT 1114
Any suggestions on how to do this?
|