cURL
curl --request POST \ --url http://127.0.0.1:47334/v1/api/api/databases/{databaseName}/tables \ --header 'Content-Type: application/json' \ --data '{ "table": { "name": "<string>", "select": "<string>", "replace": true } }'
{ "name": "<string>", "type": "<string>" }
Creates a new table from a select query. See CREATE table documentation.
Name of the database
Table created
The response is of type object.
object