Switch to: V14V13V12V11V10V9V8V7V6V5

DROP LINK statement

Removes the specified Link from Database.

This can be a link of any supported type:

  • Foreign Key Link
  • ObjectPtr Link
  • Binary Link

Syntax

DROP LINK [IF EXISTS] link_name

Arguments

[IF EXISTS]

Do not raise errors in case there is no Link with the specified name.

link_name

The name of the Link to delete.