0
私は全文検索インデックスを使用して質問を書いていますが、それは間違いありません。MySqlのフルテキスト検索インデックス?
SELECT sum(p_bi.iQty)
FROM patientbillitem p_bi, patientbillpayment p_b
WHERE Match(p_bi.vItemCode) Against('pbi.vItemCode')
pbi.vItemCodeは別の表の列ですか?