| | |
MSSQL and ASP Query
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Oct 2006
Posts: 2
Reputation:
Solved Threads: 0
Hi All
I am hoping you may be able to help me with a general query I have, I am working on a small script to query our MSSQL database, it is basically a database of search terms, i.e.
Term, Date
help me, 22-10-2006
searchfor, 22-10-2006
What I want to do, and this is more of an query question than VBScript is how I can pull the data from MSSQL to show the most searched for terms, i.e.
Help - exists 302 times in the database
Term - exists 290 times in the database..
I have tried SELECT DISTINCT but that just gives me a number, and I don't know how to count them as they are dynamic.
Any help gratefully appreciated!
Thanks
John
I am hoping you may be able to help me with a general query I have, I am working on a small script to query our MSSQL database, it is basically a database of search terms, i.e.
Term, Date
help me, 22-10-2006
searchfor, 22-10-2006
What I want to do, and this is more of an query question than VBScript is how I can pull the data from MSSQL to show the most searched for terms, i.e.
Help - exists 302 times in the database
Term - exists 290 times in the database..
I have tried SELECT DISTINCT but that just gives me a number, and I don't know how to count them as they are dynamic.
Any help gratefully appreciated!
Thanks
John
•
•
Join Date: Jul 2005
Posts: 483
Reputation:
Solved Threads: 19
i think you want:
ASP.NET Syntax (Toggle Plain Text)
select count(term), term from TableName group by term
![]() |
Similar Threads
- Database Query Help (MS SQL)
- ASP Query (ASP)
- PHPMyAdmin -> MSSQL (MySQL)
- asp mysql (ASP)
Other Threads in the ASP.NET Forum
- Previous Thread: Passing values from server-side code to html
- Next Thread: adding up checkbox values
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 ajax alltypeofvideos appliances application asp asp.net beginner box browser businesslogiclayer button c# cac checkbox class complex control countryselector dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit editing embeddingactivexcontrol feedback fileuploader fill findcontrol flash folder form gridview gudi iis image javascript languages list listbox maps mobile mouse mssql nameisnotdeclared news novell numerical opera panelmasterpagebuttoncontrols parent problem profile project radio redirect registration relationaldatabases reportemail response.redirect richtextbox rows schoolproject search security select sessionvariables silverlight smoobjects software sql sql-server ssl tracking treeview validatedate validation vb.net videos vista visualstudio vs2008 web webapplications webdevelopment webprogramming wizard xsl





