search for: climate_query

Displaying 1 result from an estimated 1 matches for "climate_query".

2010 Jun 21
0
RSQLite and fetching rows from multiple tables
...-- any ideas what might be wrong with the following code? The select statement is pulling from multiple tables. I apologize in advance -- the DB is about 4gb so I can't make it easily available, but I'm guessing someone can tell what I'm doing wrong just from the example code below: climate_query=dbSendQuery(con,"SELECT PPT_PRISM.data_vector,TMIN_PRISM.data_vector,TMAX_PRISM.data_vector,RAD_RSUN.data_vector,DEM_25M.data_vector,UWIND_NARR.data_vector,VWIND_NARR.data_vector,PPT_PRISM.date_vector,TMIN_PRISM.date_vector,TMAX_PRISM.date_vector,RAD_RSUN.date_vector,DEM_25M.date_vector,UWIND_...