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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:34:52+00:00 2026-05-14T02:34:52+00:00

I have a script that automatically populates a mysql database with data every hour.

  • 0

I have a script that automatically populates a mysql database with data every hour. It populates the date field like 03/17/10.12:34:11 and so on.

I’m working on pulling data based on 1 day at a time from a search script.

If i use

SELECT * 
  FROM call_logs 
 WHERE call_initiated between '03/17/10.12:00:00' and '03/17/10.13:00:00'

it works, but when I try to add the rest of the search params, it ignores the call_initiated field.

SELECT * 
  FROM call_logs 
 WHERE  caller_dn = '2x9xxx0000' OR called_dn = '2x9xxx0000' 
   AND call_initiated between '03/17/10.12:00:00' and '03/17/10.13:00:00'

^– I x’d out a couple of the numbers. I’ve also tried without the between function, and used >= <= to pull the records, but have the same results. Im sure its an oversight, thanks in advance.

  • 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-14T02:34:53+00:00Added an answer on May 14, 2026 at 2:34 am
    • try using parentheses around your OR statement
      … where (caller_dn=’2x9xxx0000′ OR called_dn=’2x9xxx0000′) AND call_initiated between ’03/17/10.12:00:00′ and ’03/17/10.13:00:00′

    • use the IN operator instead of OR
      … where caller_dn IN(‘2x9xxx0000′,’2y9yyyy000′) AND call_initiated between ’03/17/10.12:00:00′ and ’03/17/10.13:00:00’

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

Sidebar

Related Questions

I need a script that automatically makes a backup of a MySql Database. I
I have a script that needs to extract data temporarily to do extra operations
I have this script that works with iconv to automatically convert the encoding of
I have a .vimrc script that automatically creates a buffer for a bash terminal
In my ASP.NET application, I have a script that I periodically automatically call to
I have created a script that sends email automatically! My mail message is included
In one of our applications, we have a script dump data from a database
I have a script that is automatically adding IP addresses to my.htaccess file based
I have a PowerShell script that is run automatically when our monitoring service detects
I am working on a PHP script that automatically displays an image based on

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.