Question How to increase Sequences from SQL command?

Mucip

New Member
Hi,
I have sequence in Progress DB named "Next-kulmes-no". Normally I can Increase this in 4GL by below code as you know;

ASSIGN kulmesaj.mes-no = NEXT-VALUE(Next-kulmes-no).

Well, How can I make this via SQL command?

Regards,
Mucip:)
 
Top