Do not use = or <> when you use SQL patterns. Use the LIKE or NOT LIKE comparison operators instead. To find names beginning with b : mysql> ...
確定! 回上一頁