ALTER FUNCTION (SQL Table)

The ALTER FUNCTION (SQL Table) statement alters an SQL table function at the current server.

Examples:

Modify the definition for an SQL table function to set the estimated cardinality to 10,000.

  ALTER FUNCTION GET_TABLE 
    ALTER CARDINALITY 10000

For more information, see ALTER FUNCTION (SQL Table) in the SQL Reference topic in the Information CenterLink to Information center.