How is the increment implemented?
For example,
SET инкремент=1; INSERT INTO ТЕСТ('ДОМ_1', 'ДОМ_2') VALUES (инкремент++(инкремент=1),инкремент++(инкремент=2))
If I understand the question correctly, you can proceed as follows
SET @inc = 1; INSERT INTO ТЕСТ('ДОМ_1', 'ДОМ_2') VALUES (@inc := @inc + 1, @inc := @inc + 1);
Source: https://ru.stackoverflow.com/questions/532795/More articles:Tetris designProblem with groovyRepetition of result in exponentiationAutomatic resizing of datagridview on the shape and size of cells during software fillingBoxCollider2d how to find out the side of contact?Put one background on anotherHow to parse such JSON from VKHow to draw an image on top of another in Java?How to learn to correctly navigate the zoo plug-ins and modules on the web (to jQuery and different CMS)? [closed]Request for specifying a foreign key through its attributesAll Articles