ODBC guide

List all documents in a container


Returns all documents in the specified container (table). Use the container name as the table in the FROM clause; the default database and container from the connection are used unless you override with WITH. Use for small containers or when you need a full dump; for large data sets consider a query with a filter.

SELECT * FROM TestContainer