Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22
  1. #21
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Help with a sql query

    Hello,

    I have been trying to delete a bunch of wanted products and I keep getting strange results. What am I doing wrong.

    I narrowed down my products to a specific manufacture which was easy but now I am trying to update the other tables to reflect the same information and isnt working. Here is what I am using.

    select pd.* from products p, products_description pd where p.products_id != pd.products_id;
    Basically I have a 1000 products in my products table and I want to get rid all of the old product description that are no longer needed. So i am doing a comparison to the products category. The result I get it really weird.

    Here is the actual result:

    Showing rows 0 - 29 (3,268,000 total, Query took 0.0245 sec)
    It repeats each product description hundreds of times. How can I fix this to give me accurate results so I can delete the excess rows of old product descriptions?
    User of zencart

  2. #22
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Help with a sql query

    I really could use some help with my questions
    User of zencart

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Replies: 9
    Last Post: 12 Jul 2023, 12:26 AM
  2. v154 Help with a SQL Query for Query Builder
    By lindasdd in forum Managing Customers and Orders
    Replies: 2
    Last Post: 24 Mar 2016, 01:18 PM
  3. Need help with SQL query. Want to make membership that expires.
    By TecBrat in forum Managing Customers and Orders
    Replies: 1
    Last Post: 18 Jun 2010, 03:43 PM
  4. Help with SQL query
    By Danielle in forum General Questions
    Replies: 3
    Last Post: 9 Jun 2008, 05:24 AM
  5. Help with SQL query returning multiple rows
    By acetate in forum General Questions
    Replies: 3
    Last Post: 9 Mar 2008, 03:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg