16.10 - Warning Response - Teradata Database

Teradata Database SQL Fundamentals

Product
Teradata Database
Release Number
16.10
Published
June 2017
Language
English (United States)
Last Update
2018-04-25
dita:mapPath
klx1480972732157.ditamap
dita:ditavalPath
changebar_rev_16_10_exclude_audience_ie.ditaval
dita:id
toy1472253184295

A success or OK response with a warning indicates either that an anomaly has occurred or informs the user about the anomaly and indicates how it can be important to the interpretation of the results returned.

Example: Returning Message About Nulls

Assume the current session is running in ANSI session mode.

If nulls are included in the data for column f1, then the following interactive query returns the successful response message with a warning about the nulls.

   SELECT AVG(f1) FROM Inventory;
   
    *** Query completed. One row found. One column returned.
    *** Warning: 2892 Null value eliminated in set function.
    *** Total elapsed time was 1 second.
   Average(f1)
   -----------
            14

This warning response is not generated if the session is running in Teradata session mode.