Added (non-aggregation) text function PREFIX to return the common prefix of two strings.
An aggregation function PREFIX (with 1 argument) was already added in v2.4.
SELECT PREFIX('0032478123456', '0032478654321')
-- returns '0032478'
This feature is added to FxGqlC in v2.5-alpha5.
Nenhum comentário:
Postar um comentário