How possible to display row by each user

I need help on how I can write an sql statement that will display each user row. I have a table call product where user can add their product…

Example… user A add product, user B too added product, user A and B can add as many product they want…my client ask that he want the last added product by this each users to be display within a slider…so the last product added by user A will display and the last product added by user B will be display as well within this slider…I have a column name company_email to identify who added particular product…
Please, how can I go about this kind of a query? am really new to sql query statement…help me out.

Hi. This question looks very similar to yours and there is solution available

1 Like

Thanks so much @megazoid …I got the answer from there…work fine. :slight_smile:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.