BatchScript.txt File
.LOGON CDW/sql00,whynot
|
Logon statement onto Teradata. Notice the “,” before the password. This is in batch script format.
|
SELECT * FROM Employee_Table
WHERE Dept_No = 400;
|
The actual SQL
|
.LOGOFF
|
Logging off of Teradata
|
No comments:
Post a Comment