Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » DML Statements » DELETE |
DELETE FROM <TableName> [WHERE <FilterCondition>]
-- This DELETE statement deletes -- all rows from the Orders table for the -- year 2006 DELETE FROM Orders WHERE OrderDate BETWEEN DATE '2006-01-01' AND DATE '2006-12-31'
Deviation | Details |
Positioned Deletes | ElevateDB does not support positioned deletes. Instead ElevateDB supports using a cursor-based DELETE statement directly on the current position of a cursor. |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |