View Single Post
Join Date: Jan 2007
Posts: 276
Reputation: kanaku is on a distinguished road 
Solved Threads: 15
kanaku's Avatar
kanaku kanaku is offline Offline
Posting Whiz in Training

Re: Crazy CrossTab problems

 
0
  #2
Dec 30th, 2008
I think what you can do on your work_machine table is have references to the workid and machineid...

work_machineID | workID | machineID
1 | A | 1
2 | B | 3
3 | B | 5

Then just select from this table where workID = 'A';
Last edited by kanaku; Dec 30th, 2008 at 1:43 am. Reason: wrong label =(
Reply With Quote