04 2024 档案
摘要:SELECT now() as "System Time", now()::timestamp as "postgres Time", now() AT TIME ZONE 'GMT' as "time without zone", now() AT TIME ZONE 'CST' as "time
阅读全文
摘要://数据写入 db.test.save({"name":"zs"}) db.test.insert({"name":"ls","age":11}) db.test.save({"name":"lzs"}) //新增多条数据 db.test.save([{"name":"zs","age":13},{
阅读全文