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
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Rec'd a "phishing" email that apparently...
I received an email attempting to convince me that my password expired - and the link wanted to send me to an appwrite instance: (https://updating-projects-ads....
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...