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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:17:12+00:00 2026-06-11T18:17:12+00:00

Currently i have a column called date as varchar instead of date time. the

  • 0

Currently i have a column called date as varchar instead of date time. the format is currently ‘sep12’. How can i transfer this to a date type?
I know this is the template but I’m not sure what to change the numbers to due to my current format as MMMYY.

CAST (
    SUBSTRING(date, 3, 2) + '/' +
    SUBSTRING(date, 1, 2) + '/' +
    SUBSTRING(date, 5, 4) 
AS DATETIME) 

any help would be greatly appreciated

At the moment when ordering by the date field it is ordering like apr09, apr10. aug09, aug10 but I need it to be in year 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-06-11T18:17:14+00:00Added an answer on June 11, 2026 at 6:17 pm

    First, storing dates in this manner is a terrible idea. But if you know that the year will always start with 20 then you can use something like this (see SQL Fiddle Demo):

    declare @dt varchar(10) = 'Sep12'
    
    select convert(datetime, left(@dt, 3) + '01 20' + right(@dt, 2), 100)
    

    If pulling data from your table:

    select convert(datetime, left(yourDateField, 3) + '01 20' + right(yourDateField, 2), 100)
    from yourTable
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have this code which stores XML into an XML-type column called data,
In my MySQL DB table I have a column called StartDate (of varchar type)
I'm using MySQL and I currently have a VARCHAR column which stores times (in
I currently have a varchar(255) column that stores the path to a small image
I currently have a Postgres 8.4 database that contains a varchar(10000) column. I'd like
I have a column called Start Time (it's a SharePoint Default Calendar Column). I
I currently have a MySQL table called _post and i have a column called
I have a column called table_date which currently I am using now() to insert
I currently have a 3 column document, at the footer of each column is
Currently I have an address column that is an embedded document in my users

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.