# MySQL Full-Text Search 使用 `Match()` 指定被搜索的欄位 和 `Against()` 指定要使用的搜索表達式 不區分大小寫 (除非使用 BINARY) e.g. ```sql= SELECT note_text FROM productnotes WHERE Match(note_text) Against('rabbit'); ``` 輸出  ###### tags: `MySQL`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up