Nothing
Code
dbGetQuery(con, "SELECT MAP {'a': 1, 'a': 2} AS m")
Condition
Error in `duckdb_result()`:
! Invalid Error: Invalid Input Error: Map keys must be unique.
i Context: rapi_execute
i Error type: INVALID
Code
dbGetQuery(con,
"SELECT [{'key': 'a', 'value': 'b'}]::MAP(VARCHAR, VARCHAR) AS m")
Condition
Error in `duckdb_result()`:
! Invalid Error: Conversion Error: Unimplemented type for cast (STRUCT("key" VARCHAR, "value" VARCHAR)[] -> MAP(VARCHAR, VARCHAR))
LINE 1: SELECT [{'key': 'a', 'value': 'b'}]::MAP(VARCHAR, VARCHAR) AS m
^
i Context: rapi_execute
i Error type: INVALID
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.