最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

mysql - How to add virtual column in wpdb get_result statement

programmeradmin3浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论