In DataJoint for Python, what is the correct syntax of the ORDER BY argument used in the fetch
command?
The current documentation (as of 2018-08-17) only specifies the following syntax for DataJoint in MATLAB:
s = fetch(experiment.Session, '*', 'ORDER BY session_date DESC LIMIT 5')