You can use the following snippet to quickly find out a column's name.
COL_NAME accepts two parameters: TableID and the ordinal position.
SELECT COL_NAME(object_id('waybill'),2) AS col_name