You can force a like condition to compare only alphabetic values. Here is how:
ORDER BY CASE WHEN LTrim(RTrim(Place.Name)) NOT LIKE '%[^0-9]%' THEN 1 ELSE 2 END, Place.Name
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.




















