select distinct name, age returns columns with different names and ages. If you want to get a result like lily 23peter 23, solve it
我猜select distinct name,age from database.tables where age=23
我猜
select distinct name,age from database.tables where age=23