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 3594802
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T19:45:50+00:00 2026-05-18T19:45:50+00:00

I have a QUERY which is like SELECT COUNT(*) as cnt FROM tbl_docatrtypegroupdoctype, tbl_doctype,

  • 0

I have a QUERY which is like

SELECT COUNT(*) as cnt 
    FROM tbl_docatrtypegroupdoctype, 
         tbl_doctype, 
         tbl_docatrtypegroup 
    WHERE 1=1  
          AND 
         (tbl_doctype.doctype_name like '%Payment%' 
            OR tbl_doctype.doctype_name like'% Payment' 
            OR tbl_doctype.doctype_name like ' Payment%' ) 
    LIMIT 1

Now in the above query I need to count the number of records in table “tbl_docatrtypegroupdoctype” under the conditons given in where clause, whenever i execute the query, I get 77 count, but actual count in DB is 12.

What could be the problem with this query and how can I rectify it?

Ant help will be appriciated

Thanks

  • 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-18T19:45:51+00:00Added an answer on May 18, 2026 at 7:45 pm

    You need to specify your join conditions. What happens if you don’t is a cross product which is not what you want.

     SELECT COUNT(*) as cnt 
    FROM tbl_docatrtypegroupdoctype JOIN  
         tbl_doctype on (THE CONDITION) JOIN 
         tbl_docatrtypegroup on (THE CONDITION)
    

    Alternatively the JOIN conditions can be spefified in the WHERE clause.


    In the where clause:

      WHERE table1.field1 = table2.field2 AND table2.field3 = table3.field4
    

    The fields that you join on must be semantically related in some way of course.

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

Sidebar

Related Questions

I have a query which looks like: select count(*) from m1 WHERE (m1.`resource` &
I have a query which goes like this :- SELECT count(*) as count FROM
I have a query which is crossing two tables select count(*) from ingenium.empevt, ingenium.evt
I have a SQL SELECT query which has a LIKE clause containing an underscore,
I have a query: SELECT COUNT(*) as votes, a.member_id FROM ballots a WHERE ballot_id
I have quite complicated query from which I would like to create a view.
I have a function with 1 argument (date) which encapsulates 1 query like SELECT
G'day! I have one million different words which I'd like to query for in
I am running oracle and have a query which pulls some results from the
Suppose I have this query SELECT * FROM ( SELECT * FROM table_a WHERE

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.