Closed pluc closed 4 years ago
Even more... special, if I quote the table name, I get a different error, equally wrong:
curl "https://<domain>carto.com/api/v2/sql?q=SELECT+CDB_CartodbfyTable('clientname_reports');&api_key=<apiKey>
{"error":["relation \"clientname_reports\" does not exist"]}
When trying to create a table with the SQL API, via cURL for example:
Why does CDB_CartodbfyTable thinks its argument is a column? If anything, that error should be table does not exist, but the table does exist, so what is happening?