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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T10:32:55+00:00 2026-05-16T10:32:55+00:00

I have to perform a SELECT operation in the DB. Since I want to

  • 0

I have to perform a SELECT operation in the DB. Since I want to narrow down the search results, I was wondering if I should use nested SELECTs or use a JOIN operation?

I want to perform a dual search on the table. I unsuccessfully tried this:

$receive_listings = mysql_query('SELECT * 
                                   from show_detail 
                                  WHERE ch_id="0140.zee.in" IN ('SELECT * 
                                                                   FROM show_detail 
                                                                  WHERE `date_column` BETWEEN `2010-08-17` AND `2010-08-18`')'
                                ) or die("ERROR: $receive_by_show_id.".mysql_error());

throws an error:

Parse error: syntax error, unexpected T_VARIABLE in /Applications/XAMPP/xamppfiles/htdocs/play/browse-channels-shows.php on line 17

I was wondering if a JOIN operation would do the trick more efficiently?

  • 1 1 Answer
  • 1 View
  • 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-16T10:32:56+00:00Added an answer on May 16, 2026 at 10:32 am

    Since others have already solved your parse error, you’re going to end up with a second error because your query isn’t correct.

    I’m assuming you’re trying to get items between your two dates and match your ch_id:

    SELECT * from show_detail WHERE ch_id="0140.zee.in" AND (`date_column` BETWEEN `2010-08-17` AND `2010-08-18`')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have to perform a select on a table in the following manner: I
I will have to perform a spelling check-like operation in Python as follows: I
I have a requirement. Given say Test1,Test2, I have to perform a like operation.
Question: Want to perform a Select Query below (must be this query): SELECT QuestionId
I have a fairly complicated operation that I'm trying to perform with just one
I want to use unicode text in my site. I have nvarchar(max) data type
I have a Azure worker role perform simple selects on a SQL Azure database.
I have a select drop-down that is supposed to represent the hierarchy of pages
Is there any other better way to perform this operation? -- USE EXAMPLE: EXEC
How can I perform a select operation on two fields and view them 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.