Hello,
im trying to fetch data from the database but i need the distinct query keyword and i didn’t find how to use it not in the forum or in the documentation, can any one help ? i need to use it with javascript
thanks
Hello,
im trying to fetch data from the database but i need the distinct query keyword and i didn’t find how to use it not in the forum or in the documentation, can any one help ? i need to use it with javascript
thanks
Hi,
We don’t have any way to retrieve distinct data by any column. Though you may mark the field an “unique” in the data console, so that there will be no duplicates.
hi Sergey thank you for replying,
i can4t use the “unique” because im trying to fetch the email of users who sent messages and each user can send many messages see
In this case you’ll need to find some workaround, like saving additional data somewhere or filtering manually in your code.
ok thank you Sergey