ShawnMolloy
MIS
how do i combine these select statements into one table?
select count(*) from wt_message MessageCount where recipient=1
select count(*) from wtcomment commentCount where userid=1
Thanks,
Shawn Molloy
Seattle, WA
select count(*) from wt_message MessageCount where recipient=1
select count(*) from wtcomment commentCount where userid=1
Thanks,
Shawn Molloy
Seattle, WA