Sql
truncate函数
格式:TRUNCATE(number, decimals)
number: the number to be truncated
decimals:the number of decimal places to truncate to 截断到的小数位数,如果为0则表示不保留小数
例如:
select truncate(2.83,0)
结果为2
select truncate(2.83,1)
结果为2.8
select truncate(2.83,2)
结果为2.83
SKU和SPU
概念
SPU = standard product unit (SPU) is the smallest unit of commodity information aggregation.标准化产品单位(spu)
SKU = stock keeping unit 库存保管单位
例如:如果联想电脑是SPU,那么联想G50-16G就是SKU
如何使用簇状柱形图制作水滴图
【水滴图是什么鬼,能用簇状柱形图制作出来??】 https://www.bilibili.com/video/BV1na4y1g7Hg/?share_source=copy_web&vd_source=7bb833164ffff331416eb9ad96d824bd
内容主要来自youtube的大哥:
https://www.youtube.com/watch?v=fhMLFQIl8Eg