提交 1da629fd 编写于 作者: L Lisa Owen 提交者: dyozie

docs - replace < in CREATE EXTERNAL TABLE syntax (#7536)

上级 9b8047d8
...@@ -61,9 +61,9 @@ To access data in an external SQL database, you create a readable or writable Gr ...@@ -61,9 +61,9 @@ To access data in an external SQL database, you create a readable or writable Gr
Use the following syntax to create a Greenplum Database external table that references an external SQL database table and uses the JDBC connector to read or write data: Use the following syntax to create a Greenplum Database external table that references an external SQL database table and uses the JDBC connector to read or write data:
<pre> <pre>
CREATE [READABLE | WRITABLE] EXTERNAL TABLE <table_name> CREATE [READABLE | WRITABLE] EXTERNAL TABLE &lt;table_name>
( <column_name> <data_type> [, ...] | LIKE <other_table> ) ( &lt;column_name> &lt;data_type> [, ...] | LIKE &lt;other_table> )
LOCATION ('pxf://<external-table-name>?<b>PROFILE=Jdbc[&SERVER=&lt;servername>]</b>[&&lt;custom-option>=&lt;value>[...]]') LOCATION ('pxf://&lt;external-table-name>?<b>PROFILE=Jdbc[&SERVER=&lt;servername>]</b>[&&lt;custom-option>=&lt;value>[...]]')
FORMAT 'CUSTOM' (FORMATTER='pxfwritable_import'|'pxfwritable_export'); FORMAT 'CUSTOM' (FORMATTER='pxfwritable_import'|'pxfwritable_export');
</pre> </pre>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册