Next Previous Up Top Contents Index

16 The SQL Package

delete-records

Function

Summary

Deletes rows from a database table.
Package

sql

Signature

delete-records &key from where database =>

Arguments

from

A database table.

where

An SQL conditional statement.

database

A database.

Values

None.
Description

Thedelete-records function deletes rows from a table specified by from in which the where condition is true. The argument database specifies a database from which the records are to be removed, and defaults to*default-database*.
See also

insert-records
update-records

LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker