• Skip to primary navigation
  • Skip to main content

Tech Honey

The #1 Website for Oracle PL/SQL, OA Framework and HTML

  • Home
  • HTML
    • Tags in HTML
    • HTML Attributes
  • OA Framework
    • Item in OAF
    • Regions in OAF
    • General OAF Topics
  • Oracle
    • statement
    • function
    • clause
    • plsql
    • sql

distinct clause in oracle plsql

DISTINCT Clause in Oracle SQL – PLSQL

October 23, 2012 by techhoneyadmin

The DISTINCT clause in SQL / PLSQL allows us to remove duplicate records from the result of a query. It can be used only with a SELECT statement. Syntax for the DISTINCT clause in PLSQL is: SELECT DISTINCT column_name(s) FROM table_name WHERE conditions; Let’s take an example for understanding: Suppose have a table named ‘employee’ […]

Filed Under: clause Tagged With: distinct clause in oracle plsql, distinct clause in oracle sql, DISTINCTPLSQL, how to use distinct clause in oracle database query, how to use distinct clause in oracle plsql, how to use distinct clause in oracle sql, syntax and example of distinct clause in oracle database query, syntax and example of distinct clause in oracle plsql, syntax and example of distinct clause in oracle sql, using distinct clause in oracle database query, using distinct clause in oracle plsql, using distinct clause in oracle sql

Copyright © 2022 · Parallax Pro on Genesis Framework · WordPress · Log in