I need a SQL query that returns ContactDate, SortName, City, ContactType, and Summary from the tables below. If any value is null, I need it to return the text “No Entry”.
ContactTable
- ContactID
- ContactDate
- UserID
- Summary
- ContactType
- SortName
UserTable
- UserID
- FirstName
- LastName
- AddressID
AddressTable
- AddressID
- City
- Street
- State
- Zip