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 18:42 by peter