mysql like 后缀,mysql:后缀搜索的有效方法(例如'%text'aka前缀通配符)?
Is there any build-in functionality in MySQL to do the above without scanning the entire table?Only solution I found is to store a mirrored version of the column I want to compare and do a like 'txet%...