Parameters
| Name | Type | Mode |
|---|---|---|
| p_user_id | integer | IN |
| p_limit | integer | IN |
| streamer_id | integer | TABLE |
| username | citext | TABLE |
| subscribed_since | timestamp without time zone | TABLE |
Retrieves the most recent subscriptions for a user with optional limit.
| Name | Type | Mode |
|---|---|---|
| p_user_id | integer | IN |
| p_limit | integer | IN |
| streamer_id | integer | TABLE |
| username | citext | TABLE |
| subscribed_since | timestamp without time zone | TABLE |