Top "Execute" questions

In many dialects of SQL, the execute statement is used to invoke a stored procedure.

How to use EXECUTE FORMAT ... USING in postgres function

CREATE OR REPLACE FUNCTION dummytest_insert_trigger() RETURNS trigger AS $BODY$ DECLARE v_partition_name VARCHAR(32); BEGIN IF NEW.datetime …

postgresql format execute using
Inserting into a temporary table from an Execute command

I need to insert data from a select statement into a temporary table using the execute command. if OBJECT_ID(…

sql sql-server insert execute temporary
How to auto execute a macro when opening a Powerpoint presentation?

I have a pretty basic question, but could not find the answer on internet.In Powerpoint 2010, I have a macro …

macros powerpoint startup execute
Mac execute bash script

I'm on a Mac, and have a bash script that works very nicely. I'd like to make it so that …

macos execute
Executing a Command from Java and Waiting for the Command to Finish

In my Java program, I create a process that executes a command to run a batch file like this: try { …

java batch-file command exec execute
PostgreSQL syntax error when using EXECUTE in Function

I'm trying to create a function which references a temporary table in PostgreSQL 8.4. Based on my research it seems the …

function postgresql syntax-error execute temp-tables
Oracle SQL Stored Procedures Call vs. Execute

Problem I'm trying to understand the difference between Oracle SQL commands CALL and EXECUTE. I've been using CALL to kick …

sql oracle stored-procedures call execute
Executing a vbs file with arguments created by python

I would like to convert dozens of excel sheets to csv files at once. I have a working .vbs file …

python vbscript execute
Sybase, execute string as sql query

In Sybase SQL, I would like to execute a String containing SQL. I would expect something like this to work …

string sybase execute
Difference between exec and execute in php

I'm learning php but in the tutorial I use, I can see something like these lines : $DatabaseAdd->exec('INSERT …

php exec execute