I have a view that returns customers name and address details based on input of the postcode/zipcode being LIKE blah%
Is there any way that I can order the results by the postcode/zipcode field.
When I check the syntax of the view with the ORDER BY clause included it says I cant use order by in a view unless TOP is also specified - I cant specify TOP as I never know how many records are to be returned.
Many thanks for any input.
DBomrrsm
Is there any way that I can order the results by the postcode/zipcode field.
When I check the syntax of the view with the ORDER BY clause included it says I cant use order by in a view unless TOP is also specified - I cant specify TOP as I never know how many records are to be returned.
Many thanks for any input.
DBomrrsm