Import Table from SQL Query (GUI)
- Author: O.Conrad (c) 2017
- Menu: Database | PostgreSQL | Tables
Description
Import a SQL table from a PostgreSQL database.
Parameters
| Name | Type | Identifier | Description | Constraints |
Output | Query Result | table, output | TABLE | - | - |
Options | Connection | choice | CONNECTION | - | Available Choices:
Default: 0 |
Where | text | WHERE | - | - |
Having | text | HAVING | - | - |
Order by | text | ORDER | - | - |
Distinct | boolean | DISTINCT | - | Default: 0 |
Command Line
Usage: saga_cmd db_pgsql 16 [-CONNECTION ] [-TABLE ] [-WHERE ] [-HAVING ] [-ORDER ] [-DISTINCT ]
-CONNECTION: Connection
choice
Available Choices:
Default: 0
-TABLE: Query Result
table, output
-WHERE: Where
text
-HAVING: Having
text
-ORDER: Order by
text
-DISTINCT: Distinct
boolean
Default: 0