datajoint / datajoint-docs-original

https://docs.datajoint.org
Other
2 stars 13 forks source link

Expand documentation for SQL insertion #273

Open CBroz1 opened 2 years ago

CBroz1 commented 2 years ago

The user management page provides examples directly in SQL. Is there a page where we highlight how to pass SQL commands from the DataJoint connection?

dj.conn().query("EXAMPLE").fetchall()