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: 337
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