Hi all.. I am new for Teradata,, please help me..
I am trying to run BTEQ script.. in that script
.SET SESSION TRANSACTION BTET
.LOGON LOCALTD/TDUSER,TDUSER;
DATABSE SAMPLES;
SELECT ENAME
,SAL
,DEPTNO
FROM EMPLOYEE;
.QUIT
i save this script in D:\emp_scr.txt.. in Samples databse, i have my employee table..
in BTEQ, '.RUN FILE=D:\EMP_SCR.TXT', but after pressing ENTER key,
my screan automatically closed.. so i am not able to see the output.. can any one please tell me.. for out put what i have to do?
↧