Displaying 1 result from an estimated 1 matches for "mytemporarytable1".
Did you mean:
mytemporarytable2
2009 Jan 10
0
RMySQL CREATE TABLE error
...5 > dbListTables(con)
[1] "TS_descript_spec" "participant_TS_descript"
"snr_adultsTS1" "snr_adultsTS2"
"time_series_small" "tvalFDR_small"
6 > temp1 <- paste("CREATE TEMPORARY TABLE MyTemporaryTable1 SELECT *
FROM time_series_small WHERE participant = '005_avg' AND roi = '1033'
AND timeseries_run = '1';")
7 > temp2 <- paste("CREATE TEMPORARY TABLE MyTemporaryTable2 SELECT *
FROM time_series_small WHERE participant = '005_avg' AND roi = '103...