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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T06:39:25+00:00 2026-06-06T06:39:25+00:00

i have come across a mysql database which has dates entered in a varchar

  • 0

i have come across a mysql database which has dates entered in a varchar column in various random formats e.g below

01/01/1977
05-05-1980
58   ( age to be converted to date )
1.2.1990
02/02/87
01-Mar-73

How do i convert this into one unified format – dd/mm/yyyy

Also when i try to convert varchar into date column with this data

SELECT
    CAST(date_column AS DATE)
    FROM
    table_name 

i don’t know why is it giving me all nulls for date value as a result

  • 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-06T06:39:27+00:00Added an answer on June 6, 2026 at 6:39 am

    I would use regex to check for the format, then use the appropriate specifiers in STR_TO_DATE to get a standard format. Perhaps someone can help on the regex?

    Pseudo-code:

    SELECT 
         CASE WHEN date REGEXP '[m-d-y]'
              THEN STR_TO_DATE(date, %)
    

    Specifiers: http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_date-format

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

Sidebar

Related Questions

I have come across many articles which warn against using links to provide logout
I have come across a strange problem which I would like to get your
I have come across a situation (which I think is weird but is possibly
I wonder if any other users of PhpMyAdmin for Mysql have come across this
I've been using MySQL happily for many years but have now come across an
I have mysql DB in which a single table has 7 million records, the
I have come across a lot of optimization tips which say that you should
I have come across an annoying problem. I have made a system and now
I have come across scripts that use: isset($_POST['submit']) as well as code that uses:
I have come across the following basic Tree conflict: Local add, incoming add upon

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.