Sure. query String = “ Select table1.*, table2.* From table1 inner join table2 on table1.Id = table2.refId”; TableEnv.createTemporaryView(“myView”, tableEnv.sqlQuery(query)); newQuery1 String = “select * from myView where myField1>10” newQuery2 String = “select * from myView where myField2 >1999” Then take the two queries and transform them Into data streams and from there output to sinks Med venlig hilsen / Best regards Lasse Nedergaard Den 2. mar. 2023 kl. 12.32 skrev Shammon FY <zjur...@gmail.com>:
|
- Re: Help to understand sql DAG Shammon FY
- Re: Help to understand sql DAG Lasse Nedergaard
- Re: Help to understand sql DAG Lasse Nedergaard