mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-02-01 15:23:03 +00:00
replace Distinct to DISTINCT in db parse
This commit is contained in:
parent
b3c688752e
commit
25d426fb2e
@ -497,7 +497,7 @@ export default class extends think.base {
|
||||
* @return {} []
|
||||
*/
|
||||
parseDistinct(distinct){
|
||||
return distinct ? ' Distinct' : '';
|
||||
return distinct ? ' DISTINCT' : '';
|
||||
}
|
||||
/**
|
||||
* parse union
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user