Hello,
I have a sql statement..
select * from Properties where PropertyType = 'Land' order by 'TotalPrice'
The client wants to display certain records first eg (where agent = 'HeadOffice') and then display the rest.
Can this be done with sql or do I have to do it with two seperate queries?
Thanks
I have a sql statement..
select * from Properties where PropertyType = 'Land' order by 'TotalPrice'
The client wants to display certain records first eg (where agent = 'HeadOffice') and then display the rest.
Can this be done with sql or do I have to do it with two seperate queries?
Thanks