Hi, all,
I have a big difficulties; How can get the table 3 's result from table1 and table 2 by query?
Please see attachment.
table1
Name-------Age
a-------12
b-------25
c-------33
d-------38
Table2
Age Limit-------Ticket Price
10-------------15
20-------------25
30-------------35
40-------------45
50--------------55
table3
Name------Age------Age Limit------Ticket Price
a------12------10 ------15
b------25------20 ------25
c------33------30 ------35
d------38------30------35
Thank you.
I have a big difficulties; How can get the table 3 's result from table1 and table 2 by query?
Please see attachment.
table1
Name-------Age
a-------12
b-------25
c-------33
d-------38
Table2
Age Limit-------Ticket Price
10-------------15
20-------------25
30-------------35
40-------------45
50--------------55
table3
Name------Age------Age Limit------Ticket Price
a------12------10 ------15
b------25------20 ------25
c------33------30 ------35
d------38------30------35
Thank you.
Attachments
Last edited: