teradata - comparison of several attributes in one SQL query -


i want tow write teradata sql query.

i have 2 attributes: date , name.

i want create comparison 2 using 1 subquery. want like:

date,name= select date, name ... 

is possible? how syntax like

have tried following:

select {columns}   {tablea}  (date,name) in (select date, name {tableb}); 

Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -