Hi All
The following statement will not execute. Can someone tell me what im doing wrong?
Im trying to build a relationship between the two tables to get back specific results.
SELECT forename, surname, letter
FROM customers, table1
WHERE table1.age = customers.age
Thanks
The following statement will not execute. Can someone tell me what im doing wrong?
Im trying to build a relationship between the two tables to get back specific results.
SELECT forename, surname, letter
FROM customers, table1
WHERE table1.age = customers.age
Thanks