\t comes out in SQL Query

oceariadloded

New Member
I have a query with tons of inner join and left outer join. It runs perfectly and gives me the result I want in SQL Management Studio. But when I run the .cs file, the string value of that query includes "\t" in some places like in front of the words "INNER JOIN". I did check the spacing between key words and all syntax are correct. Does anybody know when these "\t" things come from?
 
Top