select address_id from ec_addresses where user_id = :user_id select c.comment_id, p.product_name, comment_date from ec_product_comments c, ec_products p where c.product_id = p.product_id and user_id = :user_id