当前位置:   article > 正文

Flink SQL:Queries(SELECT & WHERE)_flink sql select *

flink sql select *

SELECT & WHERE clause

Batch Streaming

The general syntax of the SELECT statement is:
SELECT语句的一般语法为:

SELECT select_list FROM table_expression [ WHERE boolean_expression ]
  • 1

The table_expression refers to any source of data. It could be an existing table, view, or VALUES clause, the joined results of multiple existing tables, or a subquery. Assuming that the table is available in the catalog, the following would read all rows from Orders.
table_expression引用任何数据源。它可以是现有的表、视图或VALUES子句、多个现有表的联接结果或子查询。假设Orders表在目录中可用,下面将读取Orders中的所有行。

SELECT * 
    声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/639075
    推荐阅读
    相关标签
      

    闽ICP备14008679号