ChrisMacPherson
Programmer
Hello all,
I have two tables, as below
msgTable userTable
======== =========
msgId userId userId userName
--------------- --------------------
0 4 4 'Foo'
1 4 5 'Bar'
2 5 6 'BarBar'
Right, I want to select certain msgs from my msgTable AND the associated userName from the userTable all in one go.
I think this should be possible, but cant quite work it out from the docs.
Thanks for any help! Chris MacPherson
I have two tables, as below
msgTable userTable
======== =========
msgId userId userId userName
--------------- --------------------
0 4 4 'Foo'
1 4 5 'Bar'
2 5 6 'BarBar'
Right, I want to select certain msgs from my msgTable AND the associated userName from the userTable all in one go.
I think this should be possible, but cant quite work it out from the docs.
Thanks for any help! Chris MacPherson