> Hi John,
right the problem boils down to this:
sitetable tasktable
ID taskidtaskid Changes
----
11010100
21110120
SELECT sitetable.ID, tasktable.Changes FROM sitetable,tasktabl
Hi John,
right the problem boils down to this:
sitetable tasktable
ID taskidtaskid Changes
----
11010100
21110120
SELECT sitetable.siteid, tasktable.prices FROM sitetable,tasktable WHERE
tony yau wrote:
Hi John,
tried your suggestion but I can't get it to work. This is because I don't
know how to set conditions in the following clauses (because there isn't
any)
and Table1.[condition for Changes1]
and Table2.[condition for Changes2]
and Table3.[condition for Changes3]
What va
Hi John,
tried your suggestion but I can't get it to work. This is because I don't
know how to set conditions in the following clauses (because there isn't
any)
> > and Table1.[condition for Changes1]
> > and Table2.[condition for Changes2]
> > and Table3.[condition for Changes3]
the result I've
Hi John,
I didn't know you can do that! (such a novice indeed!)
Thank you for your reply, I will put it to the test first thing when i get
back to the office tomo.
Cheers
"John Hicks" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> tony yau wrote:
> > Hello,
> >
> > I can get a sel
tony yau wrote:
Hello,
I can get a select result like the following: (SELECT ID,Changes FROM
mytable WHERE somecondition;)
IDChanges
-
1 10.0
1 10.3
1 12.2
2 31.0
3 1.02
3 4.9
how can I get the above result sets into
Hello,
I can get a select result like the following: (SELECT ID,Changes FROM
mytable WHERE somecondition;)
IDChanges
-
1 10.0
1 10.3
1 12.2
2 31.0
3 1.02
3 4.9
how can I get the above result sets into the following for