Files
HeidiSQL/out/functions-interbase.ini

37 lines
1.9 KiB
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[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 querys 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.