If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > deletion

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-24-12, 07:48
vithalreddy vithalreddy is offline
Registered User
 
Join Date: Sep 2011
Location: Hyderabad
Posts: 18
deletion

how to delete duplicate rows show me with example.


why length(date),vsize(date) returning different values?
how the date is storing internally?
Reply With Quote
  #2 (permalink)  
Old 01-24-12, 08:51
flyboy flyboy is offline
Registered User
 
Join Date: Mar 2007
Posts: 546
Quote:
Originally Posted by vithalreddy View Post
how to delete duplicate rows show me with example.
Are you really unable to use any web search engine?
http://www.orafaq.com/faq/how_does_o...s_from_a_table
http://asktom.oracle.com/pls/asktom/...15258974323143
Quote:
Originally Posted by vithalreddy View Post
why length(date),vsize(date) returning different values?
Because they accept different parameter types and have different functionality. For their description, please consult SQL Language Referennce Guide for your Oracle version. It is available with other Oracle documentation books e.g. online on http://tahiti.oracle.com/
Quote:
Originally Posted by vithalreddy View Post
how the date is storing internally?
Use DUMP function. It is also described in SQL Language Reference. Anyway, it will be useless as you will not be able to enter it (yes, there is one way, but if you do not know about it, you definitely do not need it).
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On