替换 tableEnv.registerTable("tableTmpA", tableA)
-> tableEnv.createTemporaryView() api 试试?me <[email protected]> 于2020年9月8日周二 下午5:59写道: > flink sql中Table类型注册临时表,无法使用的问题? > val tableA : Table = … > tableEnv.registerTable("tableTmpA", tableA) > > > tableEnv.sqlquery(“select * from tableTmpA”) ==> flink1.11这里是没办法直接使用的 > > > 请问谁成功使用过这个特性?
