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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T01:52:16+00:00 2026-05-19T01:52:16+00:00

I have a field in my table with datatype as DATE in Oracle. I

  • 0

I have a field in my table with datatype as DATE in Oracle.
I want to insert the current date into that field, in format DD/MM/YYYY format.

I tried the below query:

select to_date(to_char(sysdate,'dd/mm/yyyy'),'dd/mm/yyyy') from dual

But it gives

1/8/2011 12:00:00 AM.

I want it to insert and show as

08/01/2011 12:00:00 AM.

Can anyone help me in this please ?

  • 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-19T01:52:17+00:00Added an answer on May 19, 2026 at 1:52 am

    DATE is a built-in type in Oracle, which is represented in a fixed way and you have no control over it.

    So:

    I want it to insert […] as 08/01/2011 12:00:00 AM

    The above is nonsensical. You don’t insert a string, you insert a date.

    Format is useful only when you want:

    • to convert a string to an internal representation of date with TO_DATE (format mask: how to parse the string);
    • to convert an internal representation of date to a string with TO_CHAR (format mask: how to render the date).

    So basically, in your example you take a DATE, you convert it to a STRING with some format, and convert it back to DATE with the same format. This is a no-op.

    Now, what your client displays: this is because your Oracle Client won’t display DATE fields directly and the NLS layer will convert any DATE field that is selected. So it depends on your locale by default.

    What you want is SELECT TO_CHAR(SYSDATE,'DD/MM/YYYY') FROM dual; which will explicitly perform the conversion and return a string.

    And when you want to insert a date in a database, you can use TO_DATE or date literals.

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

Sidebar

Related Questions

I have address table in which city field have nvarchar datatype, but I want
I have a field in a table that I want to store a potentially
If I have a field in a table of some date type and I
I have to select requests that i want to combine using UNION : Table
I have a database table with date field whose data type is also date
I have a SQL table with a date field defined as char(8), or 20090609,
In a SQL Server 2008 database I have a table with a Date field
I have one field named type in a database table. I want this field
in my jqgrid i have field in a table which represents the id and
trasaction table description field have some value it is worked fine. description feild default

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.