Mysql – How to display name starting from 'z' by using BETWEEN cmd only?
used BETWEEN optr with range 'a' and 'z'. i want to get all the name by using BETWEEN operator only but as you can see BETWEEN optr only include lower_range(a) and not upper_range(z) , but i also want name starting…