IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

ALTER staement to delete the multiple columns


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
T Prasad

New User


Joined: 15 Feb 2011
Posts: 5
Location: Pune

PostPosted: Wed Mar 16, 2011 12:17 pm
Reply with quote

Hi,

With the help of ALTER statement I want to delete the columns till 34.
Please find the attachment which contain the dataset screenshot


Regards,
Prasad Toshniwal

Attachment deleted
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Mar 16, 2011 12:38 pm
Reply with quote

Do not post attachment, not everybody can see them
furthermore screen shots just waste space
a plain text cut and paste and the code tags will be more effective

as ( topic is unrelated but there are screenshots taken wit text cut and paste )
ibmmainframes.com/viewtopic.php?t=53264&highlight=ismf
Back to top
View user's profile Send private message
T Prasad

New User


Joined: 15 Feb 2011
Posts: 5
Location: Pune

PostPosted: Wed Mar 16, 2011 1:04 pm
Reply with quote

Hi,

Please ignore the attachment and advice on my query.

Regards,
Prasad T
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Wed Mar 16, 2011 2:40 pm
Reply with quote

now you should post the sql as text before we can advice.
But you can not ALTER TABLE DELETE COLUMNS
Back to top
View user's profile Send private message
rakesh1155

New User


Joined: 21 Jan 2009
Posts: 84
Location: India

PostPosted: Wed Mar 16, 2011 3:06 pm
Reply with quote

Hello,

I thought that was one big difference in DB2 compared to other databases like ORACLE... (though there would be many differences)

One cannot delete columns in DB2 by ALTER command. If a column has to be deleted, it can only be done by DROP and CREATE TABLE.

Please correct me if I am mistaken.

-Thanks,
Rakesh.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts DELETE SPUFI DB2 1
No new posts DSNTIAUL driven delete IBM Tools 0
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Remote Unload of CLOB Columns DB2 6
Search our Forums:

Back to Top