Each row describes a subscription from one user ID (which must have the REMOTE system privilege) to one publication.
The tables and columns that make up this view are provided in the SQL statement below. To learn more about a particular table or column, use the links provided beneath the view definition.
ALTER VIEW "SYS"."SYSSUBSCRIPTIONS" as select p.publication_name,u.user_name,s.subscribe_by,s.created, s.started from SYS.ISYSSUBSCRIPTION as s join SYS.ISYSPUBLICATION as p on(p.publication_id = s.publication_id) join SYS.ISYSUSER as u on u.user_id = s.user_id |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |