Ah got some friends at Uni doing an all nighter tonight on it, I'm ok with it but probably not that useful
maybe its the same uni as me as the deadline is tomorrow
SHU?
Had our walkthru on Tuesday - was happy with 79%
Whats the problem anyways?
SELECT employees.Firstname, employees.Lastname, crew.experience FROM
employees, crew;
i need to select certains values from different tables
heres what im using
SELECT value1,value2,value3 FROM table1, value4,value5, FROM table2, WHERE value6='value7'
it wont work it says
sql statement not properly ended