Displaying 1 result from an estimated 1 matches for "testcmd1".
Did you mean:
testcmd
2007 Feb 23
1
help with RMySQL
..., 121 then 122
stack imbalance in <-, 119 then 120
stack imbalance in {, 117 then 118
stack imbalance in <-, 111 then 112
stack imbalance in {, 109 then 110
[1] "newtable" "ravi"
Could somebody tell me why it shows a stack imbalance?
2)For this command
testcmd1<-fetch(dbSendQuery(con,"select ticker from ravi where
banks>=100"))
> dim(testcmd1)
The output is
[1] 500 1
However when I give the same command directly in MySQL command prompt I
get an output greater than 2000!! (Does fetch have a limitation?)
3) Also is it possibl...