|
If your number is out of order, you can use a random number, if it is ordered, you can write it in CLICK
use table name
go boot
bb=table name.number
appe black
repl table name. number with bb+1
...
This one is simpler than
If I follow the procedure of Thirteen Beans, my understanding is as follows, please correct me if it is wrong
Write the code in CLICK
select max(field 1)+1 as MaxID into cursor t1 from table name
insert into table name (field 1) values (t1.MaxID)&&insert a new record in the last record of the table name, so that APPE BLABK can be omitted
select table name
go bott&&points to the last record, which is the record that was inserted at the moment
replace ....&&Here is what you want to write |
|