By Bill Graziano on 29 July 2000 | 3 Comments | Tags: Queries
Alejandro writes "Please help me, I can't write the syntax for something like this: search?cat1=America&cat2=EEUU . . . "
search?cat1=America&cat2=EEUU
MySQL = "SELECT * FROM MiTable WHERE cat1='" & Request.QueryString("cat1") & cat2='" & Request.QueryString("cat2") "'"
Select *From MiTableWhere cat1 = 'America'and cat2 = 'EEUU'
MySQL = "SELECT * FROM MiTable "MySQL = MySQL & " Where cat1='" & Request.QueryString("cat1") & "'"MySQL = MySQL & " and cat2='" & Request.QueryString("cat2") & "'"
Select *
Using Dynamic SQL in Stored Procedures (7 March 2011)
Joining to the Next Sequential Row (2 April 2008)
Writing Outer Joins in T-SQL (11 February 2008)
Aggregating Correlated Sub-Queries (23 October 2007)
How to Use GROUP BY with Distinct Aggregates and Derived tables (31 July 2007)
How to Use GROUP BY in SQL Server (30 July 2007)
Returning Complex Data from User-Defined Functions with CROSS APPLY (11 June 2007)
Returning a week number for any given date and starting fiscal month (2 May 2007)
Timesheet Query - Most common free time for all (1 Reply)
Select Query Optimization (0 Replies)
Performance Best Practice Simple Question (0 Replies)
ERROR INTRODUCING WORD DOC (3 Replies)
sql 2008, creating a new data base (3 Replies)
Replace a null query with zeros? (3 Replies)
Logging SQL Query Execution Results (1 Reply)
Bulk Copy Programme unable to convert data (3 Replies)
Weekly SQL Server newsletter with articles, forum posts, and blog posts via email. Subscribers receive our white paper with performance tips for developers.
SQLTeam.com Articles via RSS
SQLTeam.com Weblog via RSS
- Advertisement -
SQL Server Resources
Advertise on SQLTeam.com
SQL Server Books
SQLTeam.com Newsletter
Contact Us
About the Site