izniburak/pdox

Using distinc

Closed this issue · 2 comments

Hi.

How can i use DISTINC with this library?

Thank you

Hi @mustafa220 ; you can try this:

$db->table('test')->select('foo, bar, DISTINCT baz');

Thank you for your reply. This solition worked.