use a Case statement as follow:
select Case Field1 is null then null else Field1 end as FieldName, Field2, Field3 From ....