I have a script that creates and populates a temporary table from some excel data like this:
select * into #temp from ( select c1 = \'data\', c2 = 123, c3 = N