2 posts tagged with sql by apark.
Displaying 1 through 2 of 2.
How do I update rows in a table in a SQL*Server 2005 database with data from another row in the same table? [more inside]
posted by apark
on Jan 24, 2007 -
5 answers
I have an Excel Spreadsheet (using Excel 2003). Rather than creating formulas to answer ad hoc questions that I have, I would like to be able to quickly type in a SQL querty against the data in the spreadsheet. So, I could scroll down to the bottom of the sheet to see how many rows I have, OR I could type" select count(*) from data_table" instead. I prefer the latter. Any suggestions? [more inside]
posted by apark
on Apr 7, 2006 -
6 answers