Kbase P24975: How to implement array-fields within a view for SQL-92?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
GOAL:
How to implement array-fields within a view for SQL-92?
FIX:
Include the PRO_ELEMENT function in your view, like
PRO_ELEMENT (array_style_expression', start_position, end_position).
This function extracts one or more elements from an array column.