[R] Is it possible to de-select with sqlQuery from the RODBC library?

Bart Joosen bartjoosen at hotmail.com
Wed Mar 28 11:24:43 CEST 2012


What you can do: "SELECT top 1 * FROM your_table;"
Use this selection to find all your column names in R
then paste everything together without the names you don't want and then run
your query.

Bart

--
View this message in context: http://r.789695.n4.nabble.com/Is-it-possible-to-de-select-with-sqlQuery-from-the-RODBC-library-tp4511189p4511800.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list