hi,
i have a collection t1 _id, field1,field1
i want set field2's value field1 like sql:
update t1 set field1=field2;
how to do it?
thanks.
hi,
i have a collection t1 _id, field1,field1
i want set field2's value field1 like sql:
update t1 set field1=field2;
how to do it?
thanks.