View Single Post
Old 01-31-2008, 04:09 AM   #6 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by Salathe View Post
From your code, it looks like you might be wanting to use something like the following:
SQL Code:
SELECT
    t1.users,
    t2.users
FROM
    table1 AS t1,
    table2 AS t2
;

Please be patient when asking questions; even though some of us are on the forums very often, we're not here to drop everything and respond immediately to new posts. Even if that were the case, it does indeed take a few minutes to draft a post.
Okay, but thanks for answering one of my questions. :D
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote