C# Excel multiple cell/column/row SQL Query Question
- From: "rise4peace" <rise4peace@xxxxxxxxx>
- Date: 28 Nov 2006 09:36:41 -0800
Howdy,
I am trying to select a range of data within an excel spreadsheet using
a SQL query. The two queries below do the trick but I was wondering if
there's any way to combine both of these SQL queries into one query?
SELECT * FROM [Retail @home$A11:H46]
SELECT * FROM [Retail @home$J12:Q46]
It looks to me like trying to do multiple column/row selects in one
statement is not possible but hopefully someody has done it ;)
Any help would be very very appreciated!
cheers,
frank grimes
.
- Follow-Ups:
- Re: C# Excel multiple cell/column/row SQL Query Question
- From: rise4peace
- Re: C# Excel multiple cell/column/row SQL Query Question
- Prev by Date: String Array to Int Array
- Next by Date: Re: Converting an application to work on a network
- Previous by thread: String Array to Int Array
- Next by thread: Re: C# Excel multiple cell/column/row SQL Query Question
- Index(es):
Relevant Pages
|