Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
SELECT *
FROM [customer]
WHERE [lastname] = 'schmidt'

A note for the following Note: [sysId] needs the version-Id of an object 

Code Block
languagesql
SELECT [p]
FROM [dms]:[person] AS [p]
WHERE [sysId] = id'ABCDEF12345678901234567890123456'

...