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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:27:38+00:00 2026-06-10T20:27:38+00:00

It sounds more complicated than it actually is. Here is what I’m trying to

  • 0

It sounds more complicated than it actually is. Here is what I’m trying to do within the SELECT part:

SELECT TIMESTAMPADD(
          UCASE(
                 SUBSTRING(offset_unit,1,CHAR_LENGTH(offset_unit)-1)
                ),1,'2003-01-02') as offset_date

offset_unit is a VARCHAR column in the database. It contains one of the following: “Hours”,”Minutes”.

offset is an INT.

I am trying to convert the offset_unit to uppercase, after I have removed the last character (‘s’) so I can have a proper interval (MINUTE, HOUR…) so I can get a date that I can use in sorting afterwards, but MySQL keeps throwing an error. I have tested each step by adding one function at a time, and it only fails after I add TIMESTAMPADD. If I enter MINUTE manually then it works.

Any way to get this working?

Additional info: I am running this in CakePHP 1.3, in a find, within the ‘fields’ array, but that shouldn’t be important.

  • 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-10T20:27:39+00:00Added an answer on June 10, 2026 at 8:27 pm

    this can be easily achived by using CASE WHEN clause as:

    SELECT (CASE 
                WHEN offset_unit = 'HOURS' 
                       THEN TIMESTAMPADD(HOUR,`offset`,'2003-01-02')
                WHEN offset_unit = 'MINUTES' 
                       THEN TIMESTAMPADD(MINUTE,`offset`,'2003-01-02')
            END) AS offset_date
    FROM my_table;
    

    SEE SQLFIDDLE DEMO HERE

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

Sidebar

Related Questions

It sounds a lot more complicated than it really is. So in Perl, you
That sounds complicated, doesn't it... actually it's quite easy: I have a multi-language app
I'm trying to implement a search, where you can enter more than one searchterm
Might be my question sounds more naive. But I wanted to know if it
This sounds confusing but isn't. Here is the problem: application is hosted at www.site.com/app
To me, it sounds more like an exception to hide a member in the
Sounds like a stupid question, doesn't it? But the page on the Jettison project
Sounds like a stupid question with an obvious answer :) Still I've ventured to
Sounds easy, but I've got a bug and I'm not sure what's causing it?
This sounds funny..just a little experiment. i wanted to simulate a drag drop of

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.