G
Guest
Hi!
I would like add only last record added. For this I used:
INSERT INTO T_1 ( IdName, Name )
SELECT T_1.IdName, T_1.Name
FROM T_1;
When run this append query, it "offer" to add all records.
How is possible add only new record, please.
Thanks in advance.
an
I would like add only last record added. For this I used:
INSERT INTO T_1 ( IdName, Name )
SELECT T_1.IdName, T_1.Name
FROM T_1;
When run this append query, it "offer" to add all records.
How is possible add only new record, please.
Thanks in advance.
an