The SQL LIKE operator enables us searching a column by specified pattern. The LIKE uses two wildcards for performing search: (% & _)
確定! 回上一頁