Here is the database structure:
How can I find these columns: userId, firstName, lastName, path, file, type, content, size?
I am trying this query now, but it's not working.
SELECT t.userId, t.firstName, t.lastName, p.postId, p.content, p.file, p.type, p.path FROM tbl_users t JOIN post p ON p.userId = t.userId where t.userId = 'er.sharmauttam@gmail.com5a51e9ed426f8';