When using this query:
SELECT @pretty_title, @status, @last_update_date , foovar, @submitted_by, start_date
FROM @project = 'self'
WHERE @status = OPEN()
ORDER BY @last_update_date DESC
The column foovar is not shown in the results as can be seen in this screenshot:

Column foovar is a date.