select faq_name, separate_p from faqs where faq_id = :faq_id update faqs set faq_name = :faq_name, separate_p = :separate_p where faq_id = :faq_id