SubscriberPosts
List the SubscriberPosts for the WordPressOnline website.
Table Specific Information
SELECT
The server uses the WordPress API to process some of the filters.
- PostID supports the '=' comparison.
The server processes other filters client-side within the server.
For example, the following queries are processed server side.
SELECT * FROM SubscriberPosts where PostID=21
Columns
| Name | Type | References | Description |
| PostID [KEY] | Int |
Posts.ID | The unique identifier of the post associated with the subscription. |
| Subscriptions | String | Details about the user's subscription to the specified post, including follow status or notification preferences. |