把两个字段的和作为新的字段
sql语句select top 1 name,topic+retopic as topic from [user] order by topic desc
php写法
$from = array("id","regtype","name","exch","exeng","exmath","exgen","exske","excolor","excultotal","exspetotal","(excultotal+exspetotal) as total");
把两个字段的和作为新的字段
sql语句select top 1 name,topic+retopic as topic from [user] order by topic desc
php写法
$from = array("id","regtype","name","exch","exeng","exmath","exgen","exske","excolor","excultotal","exspetotal","(excultotal+exspetotal) as total");
java stream 某个字段去重排序
MySQL如何查询某个字段含有字母数字的值。
java构造方法中怎么对字段初始化
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M