Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/3829#discussion_r139472344
--- 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>
--- End diff --
`Order By` -> `Insert Into`
---