×
Dynamic SQL

Tips for Executing SQL Statements in Batch: Which Is Better, gexec or Dynamic SQL?

This article introduces two methods for executing SQL statements in batch: using the gexec convenient command in psql and using dynamic SQL.