Comparing Column Values

To ensure that elements used in a comparison match, compare appropriate column types:

  • Character columns to literal strings.

  • Numeric columns to numeric values, which can include a sign and decimal point.

  • Date and time columns to literal strings, using the format in which the column is retrieved by the application.