SAGA 9.3.3 | Tool Library Documentation

Execute SQL


Description

Execute SQL commands on a connected PostgreSQL source. Separate different commands with a semicolon (';').


Parameters

 NameTypeIdentifierDescriptionConstraints
OutputTablestable list, outputTABLES--
OptionsConnectionchoiceCONNECTION-Available Choices: Default: 0
SQL Statementlong textSQL-Default: CREATE TABLE myTable1 (Col1 VARCHAR(255) PRIMARY KEY, Col2 INTEGER); INSERT INTO myTable1 (Col1, Col2) VALUES('First Value', 1); DROP TABLE myTable1;
OutputchoiceOUTPUT-Available Choices: [0] none [1] message window [2] tables Default: 2
Stop on ErrorbooleanSTOP-Default: 0

Command Line


Usage: saga_cmd db_pgsql 6 [-CONNECTION ] [-SQL ] [-TABLES ] [-OUTPUT ] [-STOP ]
  -CONNECTION:	Connection
	choice
	Available Choices:
	Default: 0
  -SQL:       	SQL Statement
	long text
	Default: CREATE TABLE myTable1 (Col1 VARCHAR(255) PRIMARY KEY, Col2 INTEGER);
INSERT INTO myTable1 (Col1, Col2) VALUES('First Value', 1);
DROP TABLE myTable1;

  -TABLES:    	Tables
	table list, output
  -OUTPUT:    	Output
	choice
	Available Choices:
	[0] none
	[1] message window
	[2] tables
	Default: 2
  -STOP:      	Stop on Error
	boolean
	Default: 0