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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:50:47+00:00 2026-05-27T08:50:47+00:00

Suppose I have a MySQL query with two conditions: SELECT * FROM `table` WHERE

  • 0

Suppose I have a MySQL query with two conditions:

SELECT * FROM `table` WHERE `field_1` = 1 AND `field_2` LIKE '%term%';

The first condition is obviously going to be a lot cheaper than the second, so I’d like to be sure that it runs first, limiting the pool of rows which will be compared with the LIKE clause. Do MySQL query conditions run in the order they’re listed or, if not, is there a way to specify order?

  • 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-27T08:50:48+00:00Added an answer on May 27, 2026 at 8:50 am

    MySQL has an internal query optimizer that takes care of such things in most cases. So, typically, you don’t need to worry about it.

    But, of course, the query optimizer is not foolproof. So…

    Sorry to do this to you, but you’ll want to get familiar with EXPLAIN if you suspect that a query may be running less efficiently than it should.

    http://dev.mysql.com/doc/refman/5.0/en/explain.html

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

Sidebar

Related Questions

suppose i have a query $array = array(); $sql = mysql_query(SELECT * FROM table);
There is a mysql query. suppose : select primary_field, field2 from mytable order by
Let's assume we have MySQL table events from which we'll select a data. Now
Suppose I have a datetime column in MySQL. How do I select all that
Suppose I have two queries on a database table. The queries are defined in
In MySQL I have to check whether select query has returned any records, if
suppose i have a query like this : $std_id = $_POST['std_id']; $name = $_POST['name'];
Suppose I have an oracle table with two columns: type varchar2 and data varchar2.
I'm getting odd results from a MySQL SELECT query involving a LEFT JOIN ,
I have two tables suppose table 1 has two columns with short names and

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.