> Due to the way the database data is setup, I have to initiate three separate > database 'SELECT' statements to retrieve the account attributes - is this > possible?
First thing that comes to mind is to leverage the UNION operator to consolidate multiple result sets into one. On most platforms the number of selected columns must be the same, and in my experience the selected columns must have the same name if I recall correctly. If you can meet the first requirement, the second should be straightforward using column aliases. Hopefully your database platform supports UNION. M
smime.p7s
Description: S/MIME cryptographic signature
