如:select*from`table`where`column`like'一些文字'select*from`table`where`column`='一些文字'的比较。like中的文字不加通配符。两者执行上有何异同? 查看完整描述