Subject Calc field displays blank if 1 field is blank
Author ra8009
This SQL produces a blank if the first or last name is blank:

((Last_Name||', ')||First_Name)

How can I write it so it will display just the last name or first name
if the other name is blank?