Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

if new such record in where condition in sql so what is return

IF (Expression )
BEGIN
  -- If the condition is TRUE then execute the following statement
  True Statements;
END
 
ELSE
BEGIN
   -- If the condition is False then execute the following statement
False Statements
END
 
PREVIOUS NEXT
Tagged: #record #condition #sql #return
ADD COMMENT
Topic
Name
9+3 =