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

  • Home
  • SEARCH
  • 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 8464421
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T14:44:25+00:00 2026-06-10T14:44:25+00:00

Have two table in mysql database with table1 and table2, table1 id marks hodname

  • 0

Have two table in mysql database with table1 and table2,

 table1
         id      marks      hodname
         1       10%         abc
         2       20%         tec
         3       50%         med
         4       60%         abc
         5       70%         tec
 table2
         uid            hodname
         1                abc
         2                tec
         3                med

I want to fetch hodname with marks but condition is if any hod have marks below 30% should not be in result. Only hod with above 30% i want in result if he is having alteast on marks below 30% then don’t consider in result.Please help me out with mysql query for this.
Result should be

 table2
         marks            hodname
         50%                med
  • 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-06-10T14:44:26+00:00Added an answer on June 10, 2026 at 2:44 pm
    select table1.marks, table2.hodname
    from table2 
    inner join table1 on table1.id = table2.uid
    where marks > 30
    

    or if your marks is a string with percentage symbol:

    select table1.marks, table2.hodname
    from table2 
    inner join table1 on table1.id = table2.uid
    where replace(marks,'%','')*1 > 30
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two tables in my MySQL database (table1 and table 2). I want
I have a two same tables.Database mysql. How can I compare two tables? Table1,Table2
I have a mysql database with two tables: table1 (id, name, emailid) table2 (id,
In a MySQL database I have two tables linked in a join. One table
What I have is two tables inside of a mysql database. One table contains
I have the following two tables in my mysql database. Table Name: groups id
I have a database and i want to extract result based on two table
I have two set of arrays in different MYSQL table. This what I want
Okay, so let's say I have a mysql database table with two columns, one
I have a MySQL database table with two columns that interest me. Individually they

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.