Request:
```
postman request 'https://nyc.cloud.appwrite.io/v1/tablesdb/{databaseId}/tables/{tableId}/rows?queries[]={%22method%22%3A%22select%22%2C%22values%22%3A[%22classe%22%2C%22porcentagem%22]}'
\
--header 'X-Appwrite-Project: <YOUR_PROJECT_ID>'
\
--header 'X-Appwrite-Key: <YOUR_API_KEY>'
--header 'X-Appwrite-Response-Format: 1.8.0'
\
--body ''
Response:
```
{
"message": "Invalid query: Attribute not found in schema: ",
"code": 400,
"type": "general_query_invalid",
"version": "1.8.1"
}
```
Requests using `SELECT` method it works fine.
Recommended threads
- [Solved] Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Missing Invoice
Hi! I need help with billing on my account (marelu@gmail.com). I have never received a single invoice by email. My organization has been on the Pro plan since...