Displaying 1 result from an estimated 1 matches for "mytemporarytable3".
Did you mean:
mytemporarytable1
2009 Jan 10
0
RMySQL CREATE TABLE error
...imeseries_run = '1';")
7 > temp2 <- paste("CREATE TEMPORARY TABLE MyTemporaryTable2 SELECT *
FROM time_series_small WHERE participant = '005_avg' AND roi = '1033'
AND timeseries_run = '2';")
8 > temp3 <- paste("CREATE TEMPORARY TABLE MyTemporaryTable3 SELECT *
FROM tvalFDR_small WHERE participant = '005_avg' AND roi = '1033' AND
nogestureFDR > 1.95;")
9 > dbSendQuery(con, temp1)
<MySQLResult:(436,20,1)>
10 > dbSendQuery(con, temp2)
<MySQLResult:(436,20,2)>
11 > dbSendQuery(con, temp3)
<MySQLResul...