insert into

    insert into .() values()

    insert into .

    • 向集合 foo.bar 中插入一条新的数据,字段名为 age 和 name,对应的值分别为(25,”Tom”)。