数据表table中有两个字段,name和price,现在的sql语句为:select name||price as pinfo from table,显示结果是:VIP300。而我想要的显示结果是:VIP:300元。请问,有没有办法可以直接在sql语句中实现我想要的那种显示效果呢?