Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6071737
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:04:53+00:00 2026-05-23T10:04:53+00:00

The query is: SELECT COUNT (*) FROM Production AS p LEFT OUTER JOIN Estimates

  • 0

The query is:

 SELECT COUNT (*) FROM Production AS p LEFT OUTER JOIN Estimates ON
 p.EstId=Estimates.EstId WHERE p.DocketNumber=20227

When I enter literally this query into PHPMySQLAdmin, it executes and gives me a result. When I enter this query into PHP code, it brings up an error. There is no problem connecting to the database, because when I remove COUNT and the brackets around *, the query executes.

Is this an issue with mysql and conflicts with the count command?

EDIT: nvm

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T10:04:54+00:00Added an answer on May 23, 2026 at 10:04 am

    MySQL has an option for whether to accept COUNT (*) or whether to insist that there be no space. This option can be set per database connection, so it might be set differently in your phpMyAdmin connection versus your PHP connection.

    So SELECT COUNT (*) ... might be an error or not, depending on the SQL mode. It’s usually more correct to use SELECT COUNT(*) ... without the space after COUNT.

    See Function Name Parsing and Resolution for more details.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In this query: SELECT COUNT(*) AS UserCount, Company.* FROM Company LEFT JOIN User ON
Consider This Query: SELECT [Order Details].OrderID, c.CategoryName, COUNT(c.CategoryID) FROM [Order Details] INNER JOIN Products
I have a query like this: SELECT t1.id, (SELECT COUNT(t2.id) FROM t2 WHERE t2.id
I have this query in my sql if (select count(*) from sys.columns where object_id
I have the following query: select column_name, count(column_name) from table group by column_name having
I have the following SQL query: select expr1, operator, expr2, count(*) as c from
ScalarQuery<int> query = new ScalarQuery<int>(typeof(Role), select count(role.RoleId) from Role as role); return query.Execute(); It
I have the following (shortened query): SELECT `Statistics`.`StatisticID`, COUNT(DISTINCT `Flags`.`FlagType`) AS `FlagCount` FROM `Statistics`
I used the following query to find duplicates: SELECT userID, COUNT(userID) AS NumOccurrences FROM
I have a multi-table query, similar to this (simplified version) SELECT columns, count(table2.rev_id) As

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.