You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mybatis-dynamic-sql:1.1.1
oracle jdk1.8
l want to execute the following query select count( distinct company_code) from table
but selectDistinct function belong to FromGatherer count function belong to BasicColumn
I can't construct a query through mybatis-dynamic-sql。
I am searching for a long time on net. But no use. Please help or try to give some ideas how to achieve this.
Does it support?
and What should I do if support ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
mybatis-dynamic-sql:1.1.1
oracle jdk1.8
l want to execute the following query
select count( distinct company_code) from table
but
selectDistinct
function belong toFromGatherer
count
function belong toBasicColumn
I can't construct a query through mybatis-dynamic-sql。
I am searching for a long time on net. But no use. Please help or try to give some ideas how to achieve this.
Does it support?
and What should I do if support ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: