Syscapabilities System View - Sybase Adaptive Server Anywhere Reference

Table of Contents

Advertisement

SYSCAPABILITIES system view

CREATE VIEW SYS.SYSCAPABILITIES
AS
SELECT t1.capid,srvid,capname,capvalue
FROM
SYS.SYSCAPABILITY as t1
JOIN SYS.SYSCAPABILITYNAME as t2
ON t1.capid = t2.capid
Presents a readable version of the table SYSCAPABILITY and
SYSCAPABILITYNAME.
Chapter 16 System Views
1055

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Adaptive Server Anywhere and is the answer not in the manual?

Questions and answers

Table of Contents