User Tools

Site Tools


oracle:sql:exists

Oracle - SQL - Exists

IF EXISTS (SELECT * FROM TABLE_NAME WHERE id = ?)
BEGIN
--do what needs to be done if exists
END
ELSE
BEGIN
--do what needs to be done if not
END
oracle/sql/exists.txt · Last modified: 2021/08/08 19:42 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki