Login Form






Lost Password?
No account yet? Register
Freelancer Jobs arrow Freelancer Jobs - Archive 2007
JobId: #1363510

rewrite query

Categories: Web,Database,Language Specific,Requirements,Misc (software related),SQL Server,Software Related (Includes Websites)
Posted By: Peder  (163 ratings)
Source: Rent-a-coder
Job viewed: 82 times
Bids Placed: 2
Start Date: 2010-03-09 10:52:43
End Date: 2010-03-23 10:48:45
Deadline: 1 days.
Auction was Cancelled Job Canceled! Reason:
Current Phase: Cancelled Buyer cancelled on 3/10/2010 10:09:45 AM because: "".
Max Accepted Bid: Bidding is closed
Project Type: Very Small Business Project: under $100(USD)
Bid Type: Open Auction
Brief Summary:

I have a site (www.chiquis.com). when I click on a tab at the top, I come to "cat.asp" which shows all products in one category.

Now I need a cat_all.asp which shows ALL products. I haven't worked with ASP and SQL so I don't want to go in and change the code. but basically I want to change from:

SELECT * FROM products WHERE type="skirts" ORDER BY id DESC

to

SELECT * FROM products WHERE type="skirts" ORDER BY id DESC

I have attached the file so that you can check the full queries.

2. I also have a request. The page shall show all queries, with the last added product, listed first. But perhaps I want to alter this so that a specific product is not the first one. Better than using id could be using some field which we can alter when needed.

/Peder