Right now in my select I am doing displaying a field.
I.INSNAME "Payer_Name",
However, I have been told that I need to check the I.INSADDR1 field and if it does not contain a number then add it to the payer name column.
I.INSADDR1 || ' ' || I.INSNAME "Payer_Name",
I.INSNAME "Payer_Name",
However, I have been told that I need to check the I.INSADDR1 field and if it does not contain a number then add it to the payer name column.
I.INSADDR1 || ' ' || I.INSNAME "Payer_Name",