G
Guest
I have two queries sorting info from the same table. I want to group customer
information by their type of protocol but also in alphabetical order by their
ID. The two types of protocols are high-speed (sftp, https, vpn) and dial-up
(async, bisync). I want to display the results of one query followed by the
results of the other query. Here is an example:
ID Protocol
AA101 SFTP
AA103 HTTPS
AD124 VPN
AD125 SFTP
AD128 HTTPS
AATWAY ASYNC
AB56CO ASYNC
ACERT BISYNC
BA12R ASYNC
CROMWL ASYNC
DRORW BISYNC
DSRPT ASYNC
I just want to display one right after the other. No
joining/blending/editing results.
information by their type of protocol but also in alphabetical order by their
ID. The two types of protocols are high-speed (sftp, https, vpn) and dial-up
(async, bisync). I want to display the results of one query followed by the
results of the other query. Here is an example:
ID Protocol
AA101 SFTP
AA103 HTTPS
AD124 VPN
AD125 SFTP
AD128 HTTPS
AATWAY ASYNC
AB56CO ASYNC
ACERT BISYNC
BA12R ASYNC
CROMWL ASYNC
DRORW BISYNC
DSRPT ASYNC
I just want to display one right after the other. No
joining/blending/editing results.