Reputation: 11
select guest_frs, guest_sur, town, customer.postcode
from table1,table2
where name = "xxxxx"
I need to put names of clients in chronological order on mysql but I'm unsure on how to do this. Help is appreciated. Thanks.
Upvotes: 1
Views: 780