tcplDelete: Delete rows from tcpl databases

View source: R/tcplDelete.R

tcplDeleteR Documentation

Delete rows from tcpl databases

Description

tcplDelete deletes rows from the given table and database.

Usage

tcplDelete(tbl, fld, val, db)

Arguments

tbl

Character, length 1, the table to delete from

fld

Character, the field(s) to query on

val

List, vectors of values for each field to query on. Must be in the same order as 'fld'.

db

Character, the database containing the table

Note

This function is not exported and not intended to be used by the user.

See Also

tcplSendQuery


tcpl documentation built on Oct. 7, 2023, 1:06 a.m.