Skip to contents

Delete rows from a table

Usage

sb_delete(table = NULL, where = NULL, schema = get_schema())

Arguments

table

The table name

where

A named list for WHERE clause

schema

The schema name

Value

Number of rows deleted (invisibly)