Help for this page
$db->prepare( "select $column from ..." );
$db->prepare( join( ' ', "select", $db->quote_identifier($column), + "from ..." ) );