May I post here questions about SQL queries against Excel via ODBC?

  • Thread starter Thread starter noamrotem
  • Start date Start date
N

noamrotem

and if not, can you recommend of a relevant forum?

For example, I'm desperately looking for an answer to the question:

How can I retrieve the row number of a record in a query? Somethin
like:

select x.*,rownum()
from sheet1$ as x


Thanks in advance,


Noam
 
try posting in the Security Forum, under SQL Server
Security, that's where most people go when they have
questions about SQL.
 
Back
Top