Displaying 1 result from an estimated 1 matches for "v1o12".
Did you mean:
v1.12
2012 Mar 28
1
Is it possible to de-select with sqlQuery from the RODBC library?
...e or reverse SQL select statement. I have a lot of someTables and I have two or three variables in each table that I do not want R to fetch,
Is there a way to define a reverse select in SQL? One would imagine it would look something like this,
data <- sqlQuery(mdbConnect, "deselect V1010, V1o12 from someTable")
Thanks,
Eric