摘要: --导出数据集 C:\MongoDB\db\bin>mongoexport -d ttx-xwms-test -c things -o d:\mongo_data\things.txt C:\MongoDB\db\bin>mongoexport -d ttx-xwms -c interface_lo 阅读全文
posted @ 2018-11-27 17:43 darling331 阅读(492) 评论(0) 推荐(0)
摘要: SELECT * FROM 数据库A..表A a, 数据库B..表B b WHERE a.field=b.field 阅读全文
posted @ 2018-11-27 17:22 darling331 阅读(375) 评论(0) 推荐(0)