Bah - there's a typo or two in there I see.At the very least the query should begin:
SELECT 'UNKNOWN' AS GOS, Record_Index FROM Iden_phone_data TWHERE NOT EXISTS (SELECT ...
(i.e. delete the "Record_Index" after the WHERE predicate)