mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
This commit is contained in:
@@ -54,6 +54,10 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
public partial class DmMethod : DefaultDbMethod, IDbMethods
|
public partial class DmMethod : DefaultDbMethod, IDbMethods
|
||||||
{
|
{
|
||||||
|
public override string GetStringJoinSelector(string result, string separator)
|
||||||
|
{
|
||||||
|
return $"listagg(to_char({result}),'{separator}') within group(order by {result}) ";
|
||||||
|
}
|
||||||
public override string ToInt64(MethodCallExpressionModel model)
|
public override string ToInt64(MethodCallExpressionModel model)
|
||||||
{
|
{
|
||||||
var parameter = model.Args[0];
|
var parameter = model.Args[0];
|
||||||
|
|||||||
Reference in New Issue
Block a user