Probleme with id increment

Posted by Mercer on Stack Overflow See other posts from Stack Overflow or by Mercer
Published on 2010-05-25T14:49:58Z Indexed on 2010/05/25 14:51 UTC
Read the original article Hit count: 312

Filed under:
|
|
|

hello, when i do this request i have an error

INSERT INTO FR_METIERPUBLI(
D_NIDMTR,
D_NIDPUBLI
)
VALUES (
'SELECT MAX( D_NIDMTR ) FROM FR_METIERPUBLI + 1', 1000

i want to increment my id

© Stack Overflow or respective owner

Related posts about sql

Related posts about insert