Microsoft AX 2012, X++, C#, SQL server, SSRS, Java, JavaFX, Oracle, PL/SQL, Delphi - codes examples, step-by-step tutorials, experiences.
DROP SEQUENCE MENU_SEQ; create sequence MENU_SEQ minvalue 1 maxvalue 999999999999999999999 start with 18456 increment by 1 cache 20;
No comments:
Post a Comment