Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Check out our latest virtual session where BARC Fellow, Doug Laney, highlighted the opportunities data monetization can offer enterprises. Watch here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Tmysqlinput: Where clause

Hi,
I am using tmysqlinput to fetch data froma table (Table 1).The data is huge and so i am getting "GC overhead limit exceeded" error. I want to use a where clause when i pull data (So that only small chunk of data is fetched). How to do this?
I want to apply a where condition on two tables. (i.e Select * from Table 1 where Table 1.a =Table 2.a)
Thanks!
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

hi,
simply add your 'where' clause directly into sql request
regards
laurent

View solution in original post

2 Replies
Anonymous
Not applicable
Author

hi,
simply add your 'where' clause directly into sql request
regards
laurent
Anonymous
Not applicable
Author

OK. Thanks!