Previous Topic: %P2CVerbPhraseNext Topic: %PKDecl()


%PK()

Lists the primary key elements of the trigger table and performs the specified action on each.

Syntax

%PK()

Syntax Example

%PK()

Expansion

master_number, movie_copy_number,…

Full Syntax

%PK(<separator>,<function>,<prefix>)

Full Syntax Example

%PK(" or ",updating,%TableName)

Expansion

updating(MOVIE_COPY.master_number) or

updating(MOVIE_COPY.movie_copy_number)…

Usage

Classified as an Entity macro that you can use to create a Trigger Override in the Table Trigger Editor (Triggers dialog).