DISTINCT unique method returns different values.

DISTINCT unique method returns different values.

E.g:

  1. $Model->distinct(true)->field('name')->select();

Generated SQL statement is: SELECT DISTINCT name FROM think_user

Distinct parameter method is a Boolean value.

 

Marble platform manufacturers

 

Guess you like

Origin www.cnblogs.com/furuihua/p/11804375.html