|
|
Archives of the TeradataForum
Message Posted: Fri, 30 Aug 2013 @ 16:28:10 GMT
Subj: | | 3419: TDWM Filter violation for query request: for rule name 'high steps rows limit' |
|
From: | | Ramakrishna.R.Kadapalavenkata |
Hi guys ,
I am getting this repeated error "3419: TDWM Filter violation for query request: for rule name 'high steps rows limit'" ,when I am trying to
extract data from two tables using join or using where clause. Can anyone please help me on this
Select a.col1, b.col2
From x.table1 as a join x.table2 as b
On a.id=b.id and a.date='XXXXX'
Or
Select a.col1, b.col2
From x.table1 as a, x.table2 as b
Where a.id=b.id and a.date='XXXXX'
| |