Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JDBC and Relational Databases
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
JDBC and Relational Databases
query in oracle
Phillipe Rodrigues
Ranch Hand
Posts: 165
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
How to get a date format in (dd-MON-CCYY) by writing a query in oracle.
CC- Century
Thanks,
Campbell Ritchie
Marshal
Posts: 79716
381
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Surely you use the SimpleDateFormat class or the %T tags to format the data after retrieval from the database?
Paul Campbell
Ranch Hand
Posts: 338
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
or use TO_CHAR(column_with_date,"dd-mon-yyyy") in your query.
My, my, aren't you a big fella. Here, have a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Oracle help
delete duplicate records
time of Query Execution in Oracle ?
A little SQL help with SUM()
SQL Server limiting result set
More...