get_results suddenly not working on a single table

Have you tried placing the query result to a variable?

$resultArray = $wpdb->get_results("SELECT * FROM properties")