Hallo. How do I get columns from two tables in adventure works? I tried this but does not work :(
SELECT LastName, NationalIDNumber, HireDate
FROM HumanResources.Employee
ORDERBY HireDateasc
Hallo. How do I get columns from two tables in adventure works? I tried this but does not work :(
SELECT LastName, NationalIDNumber, HireDate
FROM HumanResources.Employee
ORDERBY HireDateasc