Update ClickHouse

This commit is contained in:
sunkaixuan
2022-08-13 17:46:30 +08:00
parent 10f78444f5
commit 6e4fd3459a
2 changed files with 12 additions and 12 deletions

View File

@@ -373,7 +373,7 @@ namespace SqlSugar.ClickHouse
}
public override string GetRandom()
{
return "RANDOM()";
return "generateUUIDv4()";
}
public override string EqualTrue(string fieldName)