|
Table 10
|
|
Table 11
|
|
1 In the Code First workflow, if the length of the string field in an entity is not specified, the data provider sets the default length to 2048 and 4096 bytes for unicode and non-unicode types respectively. However, if the length of the string field is set to a maximum allowed limit, that is 4000 bytes for unicode types and 8000 bytes for non-unicode types, the data provider resets it to 2048 bytes and 4096 bytes respectively. For all the other scenarios where the length of the string field is specified, the data provider uses the specified length.
|
|
|
Avg(expression)
|
avg(expression)
|
|
BigCount(expression)
|
count(expression)
|
|
Count(expression)
|
count(expression)
|
|
Max(expression)
|
max(expression)
|
|
Min(expression)
|
min(expression)
|
|
StDev(expression)
|
stdev(expression)
|
|
StDevP(expression)
|
stdevp(expression)
|
|
Sum(expression)
|
sum(expression)
|
|
Var(expression)
|
var(expression)
|
|
VarP(expression)
|
varp(expression)
|
|
Table 14
|
|
1 Requires PSQL v11.30 Update 4 (May 2013)
|
|
|
Table 16
|
|
Table 17
|
|
Table 18
|