Declare variable

  • Hi,

    is it possible like in oracle that a local variable "inherite" the data type of a table field ?

    example in oracle:

    -- variable declaration

    v_tariff_id Tbltariff.tariff_id%TYPE;

    Best Regards,

    Michael.


    Best regards,

    Michael.

  • No, but you can use user-defined datatypes.

    Regards,

    Andy Jones

    .

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply