Some time we need to custom mysql query. If you are looking to write custom mysql query in Wordpress. Please follow the code for the same::
global $wpdb;
$sender_name = $wpdb->get_results("SELECT first_name,last_name FROM sender_details WHERE id=$sender_id");
$sender_name; // is an associative array to return results
0 Comment(s)