mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Fixed incorrect example in documentation
This commit is contained in:
parent
60dea99ef7
commit
59032b00bb
1 changed files with 1 additions and 1 deletions
|
|
@ -970,7 +970,7 @@ Various built-in recipe functions are available for common operations. These are
|
|||
|
||||
The ``delimiter`` parameter can be used to specify a different delimiter.
|
||||
|
||||
The ``type`` parameter can be set to ``float`` or ``int`` to produce a JSON array of different types, for example if the column's string value was ``1.2,3,4`` the following::
|
||||
The ``type`` parameter can be set to ``float`` or ``int`` to produce a JSON array of different types, for example if the column's string value was ``1.2,3,4.5`` the following::
|
||||
|
||||
r.jsonsplit(value, type=float)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue