SELECT column_name FROM table_name WHERE column_name LIKE 'pattern';. That will return the rows where column_name matches the pattern . No ...
確定! 回上一頁