这个语句应该怎么写?比如tableCID Name1 1113 333如何在datagrid中显示的是ID:(Name)的形式我想要的效果是1:(111)3:(333)[解决办法]select ltrim(id)+':('+name+')' as colfrom tb