给数据库建立全文索引,使用以下sql语句查不到数据,是为什么SELECT T1.ID,
       T1.NAME as name,
       T1.Address
  FROM TableA T1
 where contains(T1.Address, '{address}') > 0
数据库中有数据 address字段的值为 address|abc18|||||| 
求助,为什么查不到