...
Code Block | ||
---|---|---|
| ||
SELECT * FROM [customer] WHERE [lastname] = 'schmidt' |
A note for the following Note: [sysId] needs the version-Id of an object
Code Block | ||
---|---|---|
| ||
SELECT [p] FROM [dms]:[person] AS [p] WHERE [sysId] = id'ABCDEF12345678901234567890123456' |
...
...
Code Block | ||
---|---|---|
| ||
SELECT * FROM [customer] WHERE [lastname] = 'schmidt' |
A note for the following Note: [sysId] needs the version-Id of an object
Code Block | ||
---|---|---|
| ||
SELECT [p] FROM [dms]:[person] AS [p] WHERE [sysId] = id'ABCDEF12345678901234567890123456' |
...