We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Distinct with find()

Hi,

There is a way to do a 'SELECT distinct' with a find() ? Because I dont' want to use a query builder.

Thanks.

Just put DISTINCT before first column name.