Displaying 1 result from an estimated 1 matches for "bkg_tabl".
Did you mean:
bkg_tables
2010 Apr 06
1
How to import data from teradata
...i want to know how to connect to the teradata in
R and import data from there.
Currently I am using SAS to import data and i use the following syntax to
connect to teradata.
*Proc Sql;
connect to odbc (dsn=teradata username = '**********' password =
'*********');
create table dorm.bkg_tables
as select * from connection to odbc*
Could you please tell me what is the syntax for connecting to teradata
through R and import data in R.
Also could you tell me what all packages do i have to install in order to
perform above tasks.
Thanks.
Sumit
[[alternative HTML version deleted]]