J
joey eisma
Guest
Hi, This construct does not work Progress, but works in other SQL based database. SELECT Orders.*, Customers.CustomerName FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID; How to do it in Progress? Thanks!
Continue reading...
Continue reading...