Can you use ELSE in SQL

  • Thread starter Thread starter Sally
  • Start date Start date
S

Sally

I have an update query that appends the value from one
table into another where the column is null. However
where there is no match I want to put a default
value.....How can this be done without running two
seperate update queries.

Thanks
 
Back
Top