i want to add a virtual column to wpdb get_results statement
this is my code and the column gid returns nothing .
$result = $wpdb->get_results ( " SELECT helo AS gid, calendar_id, day FROM table1" ) ;
Please help.
i want to add a virtual column to wpdb get_results statement
this is my code and the column gid returns nothing .
$result = $wpdb->get_results ( " SELECT helo AS gid, calendar_id, day FROM table1" ) ;
Please help.