How to pass column name as empty in SQL query when your connection string as headers as YES

I want to pass column name as string.empty in SQL query
In the below query i am sending ‘’ in that place i need empty value or my requirement is to get the data without column name

“SELECT PARTNER as ‘’ FROM [Sheet1$A1:Z10] WHERE CREDIT_SEGMENT='”+strCreditSegment+“';”

Regards
Srish