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 > DB2 > delete DISTINCT TYPE

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-19-10, 10:03
calamaris calamaris is offline
Registered User
 
Join Date: Aug 2010
Posts: 21
delete DISTINCT TYPE

Hi every one . How can Modify or delete a DISTINCT TYPE.

CREATE DISTINCT TYPE POUND AS INTEGER .how can delete or modify this command ???
Reply With Quote
  #2 (permalink)  
Old 08-19-10, 10:27
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
db2 drop type POUND
Reply With Quote
  #3 (permalink)  
Old 08-23-10, 08:24
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
The rule in SQL is quite simple:
- you CREATE an object, so you can ALTER it and you DROP it
- you INSERT data, so you can UPDATE it or DELETE it
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
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