Question : reformating data returned

Hi,
I am trying to do a simple sql statement but reformat the data returned.

select name, count(*)
from table

currently it returns the following

name | count
----------------
a        | 100
b        | 200
c        | 300

how would i reformat it to display the following

a      |  b      |  c
--------------------
100  |  200  |  300

Cheers

Answer : reformating data returned

you're almost there

forward port 25 tcp in your router, to the inside ip of your mail server...

and of course wait 24-48 hours for dns propegation to happen - it's not instant.

you can test it by telneting to your ip address from an outside connection, at port 25:
telnet 123.123.123.123 25

if you get a line that starts with 220, you're good
Random Solutions  
 
programming4us programming4us