I'am stuck in an sql query and I didn't know how to do it, well, first, I Have two tables
Comments :
id INT A.I
date_created INT
update_id INT
comment TEXT
and Another Table
users
id
username
firstname
lastname
I Managed to display the comment and the date because it's in the same table, but I wanna join the username with the comment, and I tried to do the query with Navicat but I did not worked, Please if anyone have an idea, just comment it , and thank you