Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7664103
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T14:13:09+00:00 2026-05-31T14:13:09+00:00

I have a table in my database where I store addresses. The address can

  • 0

I have a table in my database where I store addresses. The address can be many lines (1 to 6)

Each line of the address is stored as a separate column, up to 6 columns.

I now want to loop through each row in my table and find the value of the last NOT NULL column. This could be column 3,4,5 or 6.

I need a SQL command where given a row I get the value of the last column which is not null.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T14:13:10+00:00Added an answer on May 31, 2026 at 2:13 pm

    It depends a little on what you mean by last not-null column. I’m assuming you mean ‘given this list, return the first one with a value’, where the list is [6, 5, 4, 3]. If so, use this:

    SELECT COALESCE(col6, col5, col4, col3)
    FROM AddressTable
    WHERE rowId = :input
    

    The COALESCE() function returns the first value that resolves to not null, or null if all values are null.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm overthinking this. I have colors stored in a database table, and I want
I have an assortment of database objects (tables, functions, views, stored procedures) each scripted
I have a table in my database which stores a tree structure. Here are
Ok I have a table in my SQL Server database that stores comments. My
I have a database table A which stores records, A has a primary key
I have a database table called Posts which stores all the information regarding an
I have a table story_category in my database with corrupt entries. The next query
I have a huge database with some 100 tables and some 250 stored procedures.
I have a huge database with 100's of tables and stored procedures. Using SQL
i have database table like this +-------+--------------+----------+ | id | ip | date |

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.