【SQL-JOIN】

Persons表:

引用两个表:

select Persons.LastName,Person.FirstName,Orders.OrderNo from Persons, Orders

where Persons.Id_P=Orders.Id_P

猜你喜欢

转载自www.cnblogs.com/bashaowei/p/9207028.html