Skip to content

Commit 6c28daf

Browse files
Create mongosh.js
1 parent dba8b40 commit 6c28daf

File tree

1 file changed

+6
-0
lines changed
  • data-platform/autonomous-database/autonomous-json/oracle23ai-json-views-support

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
show collections
2+
3+
db.deptview.find()
4+
db.deptview.insertOne({_id:'991',dname:'human resources',location:1700})
5+
6+
db.empview.find()

0 commit comments

Comments
 (0)