I wanted to maintain my table while pulling in one row that gives me the last value in a particular column in the table. I essentially was looking to replace the LAST() function in excel and this worked.
, (Select column_name FROM report WHERE rowid = (select last_insert_rowid() from report))