Create Sequence using alter command

How to Create Sequence and insert data using Alter command to a new column?

Showing Answers 1 - 1 of 1 Answers

callmesomu

  • Apr 17th, 2007
 

ALTER SEQUENCE SEQUENCE_NAME
INCREMENT BY 10

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions