Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases

Timothy Tuite
Timothy Tuite
5,429 Points

Finding null columns in sql and then setting string value for records

I have an android sql lite database. I am trying to store multiple objects of the same type as strings in 8 columns. I can't seem to find a way to track and update these columns.when a user creates a new object I want the new objects to get inserted into the first null column found. I can't find a way to query to figure out which columns are null. I am very new to sql. any help would be appreciated.