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.