select on 2 db
Posted: Sun Jun 20, 2004 7:50 am
i havee this select :
in this orangedelivery table i have a col with the workes number!
in another table i have the workers id and there full name
how can i in the above select to get the worker's name?
thnaks in advance
peleg
Code: Select all
select * from orangedelivery where region=106in this orangedelivery table i have a col with the workes number!
in another table i have the workers id and there full name
how can i in the above select to get the worker's name?
thnaks in advance
peleg