Files
tj-tzhg/product-pkg/HeidiSQL_12.10_64_Portable/functions-interbase.ini

37 lines
1.9 KiB
INI
Raw Permalink Normal View History

2025-11-26 17:23:54 +08:00
<EFBFBD><EFBFBD>[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.