We're connected

select p.p_id,p.p_content,u.u_name from Post p, User u WHERE p.p_u_id = u.u_id

Here's my post content, rant rant rant... --


select c.c_content,u.u_name from Comment c,User u WHERE c_p_id = 1 AND c.c_u_id = u.u_id

Here is another post --Minnie Mouse


select c.c_content,u.u_name from Comment c,User u WHERE c_p_id = 2 AND c.c_u_id = u.u_id

New Post