mirror of
https://github.com/simonw/datasette.git
synced 2026-05-28 12:56:18 +02:00
No need to alias description as description
This commit is contained in:
parent
f3a34c5012
commit
f403ea4e53
1 changed files with 1 additions and 1 deletions
|
|
@ -1942,7 +1942,7 @@ This example returns a SQL fragment that searches rows from a ``dashboards`` tab
|
|||
SELECT
|
||||
'dashboard' AS type,
|
||||
slug AS label,
|
||||
description AS description,
|
||||
description,
|
||||
json_object(
|
||||
'method', 'row',
|
||||
'database', 'content',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue