Latest Code Notebook Cells
No data |
Error in query number 1
We are sorry, but an error occurred while generating this page. You should contact the site's administrator.
In "console/content/view/code_notebook_cell_latest.sql": The following error occurred while executing an SQL statement:
error returned from database: (code: 1) no such function: LEFT (at statement byte offset 62)
The SQL statement sent by SQLPage was:
SELECT notebook_name AS "Notebook", cell_name AS "Cell Name", LEFT(interpretable_code, 100) || '...' AS "Code Preview", created_at AS "Created" FROM code_notebook_cell_latest ORDER BY created_at DESC;
⬆️
console/content/view/code_notebook_cell_latest.sql: lines 9 to 14
Note: You can hide error messages like this one from your users by setting the 'environment' configuration option to 'production'.