Topic awaiting preservation: MySQL question... (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: under the bed |
posted 02-02-2003 03:54
Having a little trouble figuring out if I can do what I am trying to do with a single query - code: SELECT table1.column1, table2.column1 |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 02-02-2003 04:22
DL-44: My feeling, from what you describe is that it needs 2 queries but I'll have a think on it. code: SELECT table1.column1, table2.column1
code: SELECT table1.column1, table2.column1
|
Paranoid (IV) Inmate From: New Jersey, USA |
posted 02-02-2003 05:07
Emps second edit was my thought in it as I was reading your post DL. |
Maniac (V) Inmate From: under the bed |
posted 02-02-2003 05:54
Well, after to talking to Emperor on ICQ, and clarifying some things a bit, it seems I was overthinking this, and two queries is in fact the best way to go. |