![]() |
Hi All,
30 Apr 2016
| 1 comment
,
|
![]() |
Hello everyone, I am almost completlely new to teradata a and sql. I am seasoned in C, C++, Java and other languages but not until now started using a database language. Anyways, my question is this; is there a way to create a macro or something similar where given the varialbe var_1 then it would run the correct select stament. Something like this:
31 Jan 2014
| 5 comments
,
|
![]() |
Hi All, I know in Oracle, we can join 2 tables using "USING" Keyword for example SELECT STUDENT_NAME, DEPARTMENT_NAME FROM STUDENT JOIN DEPARTMENT USING (DEPARTMENT_ID) This works fine in Oracle as long as I dont pull out DEPARTMENT_ID in my select statement.
02 May 2012
| 1 comment
,
|