Skip to Content
0
Mar 20, 2009 at 02:53 PM

Still not sure where to join tables

20 Views

HI I have to use a second table in order to get info for the report. I need to do something like this

select table1.nursing_station_number, table2.description

from table1, table2

where table1.nusing_station_number=table.nursing_station_number;

where table2.description is what is needed on the Group level for the description.

I am not sure where I put this Select statement. Is it a command?