Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Get all posts by username #27

Open
wqyeo opened this issue Nov 22, 2023 · 0 comments
Open

Get all posts by username #27

wqyeo opened this issue Nov 22, 2023 · 0 comments
Labels
good first issue Good for newcomers PostgreSQL: Function Related to a function in postgreSQL PostgreSQL schema: forum PostgreSQL "forum" schema

Comments

@wqyeo
Copy link
Member

wqyeo commented Nov 22, 2023

Title;

Create a function, that takes in a username, and returns rows of posts related to the username, the function should return the following:

  • PostID
  • TagNames (As an array, names of all the tags related to the post)
  • Post Date

Feel free to make it return more information if you wish . . .

@wqyeo wqyeo added good first issue Good for newcomers PostgreSQL schema: forum PostgreSQL "forum" schema PostgreSQL: Function Related to a function in postgreSQL labels Nov 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers PostgreSQL: Function Related to a function in postgreSQL PostgreSQL schema: forum PostgreSQL "forum" schema
Projects
No open projects
Status: 🆕 New
Development

No branches or pull requests

1 participant