摘要:
索引优化 select * from table where char_col= int_value => select * from table where char_col= 'int_value'select * from tabe where int_col='12abc' // 可以查出1 阅读全文
posted @ 2020-07-12 22:03
又一春夏
阅读(181)
评论(0)
推荐(0)
|
摘要:
索引优化 select * from table where char_col= int_value => select * from table where char_col= 'int_value'select * from tabe where int_col='12abc' // 可以查出1 阅读全文
posted @ 2020-07-12 22:03
又一春夏
阅读(181)
评论(0)
推荐(0)
|