SELECT * FROM tatodayp_trading.stockdata
WHERE StockSymbol = 'msft'
and Suffix in ()
and Active = 'T'
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
and Active = 'T'' at line 3