-
-
Notifications
You must be signed in to change notification settings - Fork 554
Expand file tree
/
Copy pathfunctions-interbase.ini
More file actions
36 lines (36 loc) · 1.86 KB
/
functions-interbase.ini
File metadata and controls
36 lines (36 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[AVG]
declaration=
category=Aggregate
description=Calculates the average of a set of values.
[CAST]
declaration=
category=Conversion
description=Converts a column from one data type to another.
[COUNT]
declaration=
category=Aggregate
description=Returns the number of rows that satisfy a query’s search condition.
[EXTRACT]
declaration=
category=Conversion
description=Extracts date and time information from DATE, TIME, and TIMESTAMP values.
[GEN_ID]
declaration=
category=Numeric
description=Returns a system-generated value.
[MAX]
declaration=
category=Aggregate
description=Retrieves the maximum value from a set of values.
[MIN]
declaration=
category=Aggregate
description=Retrieves the minimum value from a set of values
[SUM]
declaration=
category=Aggregate
description=Totals the values in a set of numeric values.
[UPPER]
declaration=
category=Conversion
description=Converts a string to all uppercase.