Thread: SQL error help

Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jul 2011
    Posts
    26
    Plugin Contributions
    0

    Default SQL error help

    Hi, all,

    Can someone spot what is wrong with this SQL query?

    select mi.manufacturers_url from zen_manufacturers.m join zen_manufacturers_info.mi ON m.manufacturers_id = mi.manufacturers_id where m.manufacturers_name = 'Some Manufacturer'

    I'm getting back an error that says:

    1142 SELECT command denied to user myuser for table 'm'

    TIA,
    Fred

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: SQL error help

    Try using:
    Code:
    select mi.manufacturers_url from zen_manufacturers m join zen_manufacturers_info mi ON m.manufacturers_id = mi.manufacturers_id where m.manufacturers_name = 'Some Manufacturer';
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Jul 2011
    Posts
    26
    Plugin Contributions
    0

    Default Re: SQL error help

    excellent, thanks, that got it. I had misread the syntax in the example I was basing my code off of.

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: SQL error help

    Thanks for the update that this is now working for you ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. v150 SQL Error Please help!
    By manu_sag in forum General Questions
    Replies: 1
    Last Post: 1 Apr 2012, 09:48 AM
  2. SQL error help needed.
    By strelitzia in forum General Questions
    Replies: 3
    Last Post: 22 Mar 2008, 05:02 PM
  3. Help about error 1146 Table.. SQL database Help
    By falerohydro in forum General Questions
    Replies: 2
    Last Post: 25 Feb 2008, 08:29 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