USING BTREE 錯誤處理

1 篇文章 / 0 new
author
USING BTREE 錯誤處理
當 MySQL ERROR "** syntax to use near 'USING BTREE, KEY `Email` (`Email`) USING BTREE" 錯誤訊息時, 主要是版本的語法差異, 進行下列修改即可 (USING BTREE, USING HASH)
KEY `columnBindex` (`columnB`) USING BTREE
變成
KEY `columnBindex` USING BTREE(`columnB`)
Free Web Hosting