ZKX's LAB

sql求除以及余数 PSP30006.20系统如何呼出VSH菜单

2021-04-06知识15

问个SQL语句,查询到的数据,除以2,余数四舍五入,如何写? 假设你要更新的表为books,列为price,当前要更新的数据ID(标识列)为1update books set price=(select round((select price from books where id=1)/2,1))where id=1下面来说明1.select price from books where id=1查出你要更新的初始价格是多少2.用select round(数字,精度)来四舍五入例如select round(63.543,1)结果为63.53.将四舍五入的值更新到表中update books set price=(select round((select price from books where id=1)/2,1))where id=1希望楼主能有用

SQL求余数 例 如:21/2 结果想出现 整数是10.余数是1 select floor(21/2),mod(21,2)from dual

数据库中求余%用法 这个是sqlserver数据库中取余的方法比如:select 100%3其中100是被除数,3是除数

#sql求除以及余数

随机阅读

qrcode
访问手机版