Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3829#discussion_r139473338 --- Diff: docs/dev/table/sql.md --- @@ -169,6 +202,37 @@ Flink SQL uses a lexical policy for identifier (table, attribute, function names Operations -------------------- +### InsertInto + +<div markdown="1"> +<table class="table table-bordered"> + <thead> + <tr> + <th class="text-left" style="width: 20%">Operation</th> + <th class="text-center">Description</th> + </tr> + </thead> + <tbody> + <tr> + <td> + <strong>Order By</strong><br> + <span class="label label-primary">Batch</span> <span class="label label-primary">Streaming</span> + </td> + <td> +{% highlight sql %} --- End diff -- Highlight that `Results` must be a registered `TableSink` with the right schema with a link to the section about registering table sinks.
---