2016-07-28 2 views

Répondre

2
SELECT column1, column2 FROM table WHERE column2 NOT LIKE '%.%' 
1
SELECT column1,column2 FROM table WHERE column2 NOT LIKE '%yourstring%';