Deleting Table Rows using a DELETE Template - Teradata Studio

Teradata Studio User Guide

Product
Teradata Studio
Release Number
15.12
Published
August 2016
Language
English (United States)
Last Update
2018-05-03
dita:mapPath
cev1468860002862.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2041
lifecycle
previous
Product Category
Teradata Tools and Utilities
You can generate a DELETE statement template in the SQL Editor to delete rows in an Aster Database table.
  1. Click Query Development to open the Query Development perspective.
  2. Open the Data Source Explorer and navigate to the Teradata or Aster database table in which you want to delete rows.
  3. Right-click the table object and select one of these options: .
    For Select
    Teradata Database Teradata > Generate SQL > DELETE Statement
    Aster Database Aster > Generate SQL > DELETE Statement
  4. In the SQL Editor, review the generated DELETE statement and optionally add conditions to the WHERE clause to delete rows.
  5. Click to execute the DELETE statement and delete the row in the table.