This question already has an answer here:
I want to include a variable in my sql statement but it's not outputting any data. How do I include a variable correctly?
$vStyles = $wpdb->get_results( 'SELECT slug from vf_venuestyles WHERE vid = "$vid"');
</div>