- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 145字
- 2021-08-20 10:06:05
Extended bit-wise operations
In MySQL 5.7, bit-wise operations and functions were working for BigInt (64-bit integer) data types only. We needed to pass BIGINT as an argument and it would return the result as BIGINT. In short, it had maximum range up to 64 bits to perform operations. A user needs to do conversion to the BIGINT data type in case they want to perform it on other data types. This typecasting was not feasible for data types larger than 64 bits as it would truncate the actual value, which resulted in inaccuracy of data.
MySQL 8 has improved bit-wise operations by enabling support for other binary data types such as Binary, VarBinary, and BLOB. This makes it possible to perform bit-wise operations on larger than 64-bit data. No more typecasting needed! This allows the taking of arguments and returning results larger than 64 bits.
- JavaScript前端開發(fā)模塊化教程
- HTML5移動Web開發(fā)技術
- 三維圖形化C++趣味編程
- PHP 編程從入門到實踐
- 零基礎學MQL:基于EA的自動化交易編程
- Mastering Apache Maven 3
- Service Mesh實戰(zhàn):基于Linkerd和Kubernetes的微服務實踐
- 愛上micro:bit
- Scratch3.0趣味編程動手玩:比賽訓練營
- Learning Node.js for .NET Developers
- OpenCV with Python By Example
- Illustrator CC平面設計實戰(zhàn)從入門到精通(視頻自學全彩版)
- TypeScript 2.x By Example
- Maya Programming with Python Cookbook
- C++程序設計習題與實驗指導