SELECT * FROM myTable WHERE myFIELD LIKE "*6*"
In the "*6*", * is treated as special character, so what is other characters that I treated as special character in Microsoft Access?
such as "[","]","?"...I need a comprehensive list for that, any input is welcome:-)
Start Free Trial