lowLevelExecuteSql: Execute SQL code

View source: R/Sql.R

lowLevelExecuteSqlR Documentation

Execute SQL code

Description

This function executes a single SQL statement.

Usage

lowLevelExecuteSql(connection, sql)

Arguments

connection

The connection to the database server created using either connect() or DBI::dbConnect().

sql

The SQL to be executed


OHDSI/DatabaseConnector documentation built on Feb. 4, 2025, 10:32 a.m.