I'm not sure of a better way to word this, but say I have a table
name, homephone, fax, mobile
========================================
bob, 123, 456, 999
chris, null, 890, null
I'm trying to create a SQL statement that will get me something like this
name, phone
================
bob, 123
bob, 456
bob, 999
chris, 890