
I am trying to fetch a selective column from database but getting this error constantly and this is occurring due to Query.select without this command there is no error


You probably need to add the server side attributes to Query.select as well, this is a known issue.
attributes like - $id, $collection, $databases, $permissions, etc.

Sorry by mistake sent it multiple times

Ok let me check

See the list here - https://appwrite.io/docs/references/cloud/models/document

So I can't get a single column data?

not at the moment. server side attributes are marked as NonNull in the sdk so the app will crash as these are not received if you pass only data side columns in Query.select.

Oh okay

Thanks for replying instantly

no worries, lmk if that works for you.
Recommended threads
- Query.contains not supported on Cloud?I try to filter a row which contain a string inside a string array column, however I get the following error: ``` {"name":"AppwriteException","code":400,"type"... 
- AI feature by functions?I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing... 
- Unknown usage from one of my databaseI need support help. For more than 2 weeks, i didn't make any requests to my database, but I have noticed huge amount of reads and writes requests: Around 8000... 
