J
James
I am not a SQL user I have enough knowledge of it to be dangerous. I have a
list of some 400 sample ID's that are used to identify the samples in the
different tables I have.
I want to pull data from 3 different tables, to make it simplier lets call
the tables 1,2,3
Now I want to pull data from only certain field in the table and lets call
the fields
CO2, N1C1, are from table1
Sulfur, NI, are from table2
HE,H2, are from table3
I have a list of 400 sampleIDs (sample1, sample2, sample3, etc...) that I
want to pull this data from, how do I write the SQL for this?
Again thank you for the help
list of some 400 sample ID's that are used to identify the samples in the
different tables I have.
I want to pull data from 3 different tables, to make it simplier lets call
the tables 1,2,3
Now I want to pull data from only certain field in the table and lets call
the fields
CO2, N1C1, are from table1
Sulfur, NI, are from table2
HE,H2, are from table3
I have a list of 400 sampleIDs (sample1, sample2, sample3, etc...) that I
want to pull this data from, how do I write the SQL for this?
Again thank you for the help