Skip to content

guide for creating tables with SQL API is wrong #664

@johanez

Description

@johanez

In the guide:
SELECT cdb_cartodbfytable({username}, {table_name});
Throws error: column {username} not found.

Correct: use string delimiters for parameters: SELECT cdb_cartodbfytable('{username}', '{table_name}');

same issue on:
https://carto.com/help/working-with-data/carto-dataset/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions