select * from employees where full_name like 'K%' select * from employees where full_name like 'K%'
这些都不管用。有谁能告诉我实现这一目标的最佳方法吗?