From f722f1e5bb4c6117995633806fce6bf14b2b5a69 Mon Sep 17 00:00:00 2001 From: chenjian2664 Date: Wed, 10 May 2023 07:32:36 +0800 Subject: [PATCH] Add sql merge support in Phoenix doc --- docs/src/main/sphinx/connector/phoenix.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/main/sphinx/connector/phoenix.rst b/docs/src/main/sphinx/connector/phoenix.rst index b16df3d3863f..41e3022a8163 100644 --- a/docs/src/main/sphinx/connector/phoenix.rst +++ b/docs/src/main/sphinx/connector/phoenix.rst @@ -285,6 +285,7 @@ statements, the connector supports the following features: * :doc:`/sql/insert` * :doc:`/sql/delete` +* :doc:`/sql/merge` * :doc:`/sql/create-table` * :doc:`/sql/create-table-as` * :doc:`/sql/drop-table`