MODIFY: Modify the records in the UWIN database.

View source: R/database_functions.R

MODIFYR Documentation

Modify the records in the UWIN database.

Description

MODIFY can be used, for example, to update or delete records in the UWIN database.

Usage

MODIFY(sql = NULL, report = FALSE, db = uwidb)

Arguments

sql

A SQL statement input as a character vector to be sent to the UWIN database.

report

Logical. Whether or not to report the number of rows affected. Defaults to FALSE.

db

The MySQL connection to the UWIN database. Defaults to 'uwidb'


mfidino/uwinutils documentation built on June 11, 2025, 1:49 p.m.