Thanks Dieter,
I have teradata installed on my machine i am just wondering is there any way to create username/password or there is any default username/passwd. I don't have documentation. I was trying to use BTECH,Fastload commands..but i don't know what username/passwd to use. Please help me...
CaKiwi
What if the incoming file looks like below:
----------------------------------
"abc","This is line1"
"abc","This is line2"
"xyz","This is line for xyz"
"pqr","This is line 1 for pqr"...
I have following data file
-----------------------------------
abc 123
abc 456
xyz 123
xyz 456
pqr 123
--and so on
----------------------------------
I am trying to get output in following format using awk.
------------------
abc 123;456
xyz 123;456
pqr 123;
------------------
Any help from al...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.