I am putting together an application and I canot use UNION, here is my query that I 
have used in the past, does anyone have a solution that would not use UNION?

SELECT state, state_abv
FROM #request.taxStateTable#
UNION ALL
SELECT province AS state, province_abv AS state_abv
FROM #request.taxCanadaTable#
ORDER BY 1


Thank you
Paul Giesenhagen
QuillDesign

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to