Why does `SELECT (1568862504<<10), ((1568862504<<10)/1000)` result in identical result?

前端 未结 0 1702
面向向阳花
面向向阳花 2020-12-17 17:49

If I run on MySQL:

SELECT 1568862504, (1568862504<<10), ((1568862504<<10)/1000)

I receive an identical result for both (156

相关标签:
回答
  • 消灭零回复
提交回复
热议问题