首頁 > 資料庫 > mysql教程 > Rankings with InnoDB Full-Text Search_MySQL

Rankings with InnoDB Full-Text Search_MySQL

WBOY
發布: 2016-06-01 13:15:57
原創
946 人瀏覽過

mysql>CREATETABLEarticles

    ->        idINTUNSIGNEDAUTO_INCREMENTNOT NULLPRIMARY KEY,

    ->        titleVARCHAR(200),

    ->        bodyTEXT,

    ->        FULLTEXT(title,body)

    ->        )ENGINE=InnoDB;

QueryOK,0rowsaffected

mysql>INSERTINTOarticles(title,body)VALUES('Test Article','blah blah blah'),("Matt's Noise",'this is noisy'),('February Weather','It was terrible this year.'),('Peter Pan','Tis a kids story.'),('Test1','nada'),('Database database database','foo database database database'),('Database article title','body with lots of words.'),('myfulltext database','my test fulltext database');                    

QueryOK,8rowsaffected

Records:8  Duplicates:0  Warnings:

來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板