简体   繁体   中英

RODBC sqlQuery vs sqlFetch

这两个RODBC函数sqlQuerysqlFetch什么sqlQuery

You can send this command:

library(RODBC)
?sqlQuery
?sqlFetch

And from the guide:

sqlQuery: Submit an SQL query to an ODBC database, and retrieve the results.

sqlFetch: Read some or all of a table from an ODBC database into a data frame.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM