mysql substr 使用的问题 ... select C,D,E,F,G from A where substr(D,1,4)=2014 ... 可以试试建立函数索引:create index A_idx on A( substr(D,1,4));
確定! 回上一頁