Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Studio 3t sql で 2 つのテーブルを結合しようとしています。t1 のオブジェクト ID は _id で、t2 にはそのオブジェクト ID のテキスト バージョンがあります。"inner join t1 on (t1._id=ObjectId(t2.t1Id)" のように objectid でテーブルに結合するにはどうすればよいですか?