婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > MySQL一個語句查出各種整形占用字節數及最大最小值的實例

MySQL一個語句查出各種整形占用字節數及最大最小值的實例

熱門標簽:昆明智能外呼系統中心 電銷機器人公眾號推送 南宋地圖標注黃河華山 長安區違法建房地圖標注 電銷機器人說明書 安國在哪里辦理400電話 手機用地圖標注工具 智能電銷機器人靠譜么 地圖標注培訓

直接上碼:

select 'bigint unsigned' as type ,'8' as bytes ,~0 as max_num,0 as min_num union
select 'int unsigned','4',~0>>32,0 union
select 'mediumint unsigned','3',~0>>40,0 union
select 'smallint unsigned','2',~0>>48,0 union
select 'tinyint unsigned','1',~0>>56,0 union
select 'signed bigint','8',~0>>1,-(163) union
select 'signed int','4',~0>>33,-(131) union
select 'signed mediumint','3',~0>>41,-(123) union
select 'signed smallint','2',~0>>49,-(115) union
select 'signed tinyint','1',~0>>57,-(17);

 

+--------------------+-------+----------------------+----------------------+
| type    | bytes | max_num    | min_num    |
+--------------------+-------+----------------------+----------------------+
| bigint unsigned | 8  | 18446744073709551615 |     0 |
| int unsigned  | 4  |   4294967295 |     0 |
| mediumint unsigned | 3  |    16777215 |     0 |
| smallint unsigned | 2  |    65535 |     0 |
| tinyint unsigned | 1  |     255 |     0 |
| signed bigint  | 8  | 9223372036854775807 | -9223372036854775808 |
| signed int   | 4  |   2147483647 |   -2147483648 |
| signed mediumint | 3  |    8388607 |    -8388608 |
| signed smallint | 2  |    32767 |    -32768 |
| signed tinyint  | 1  |     127 |     -128 |
+--------------------+-------+----------------------+----------------------+
rows in set (0.00 sec)

以上這篇MySQL一個語句查出各種整形占用字節數及最大最小值的實例就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持腳本之家。

您可能感興趣的文章:
  • 對MySql經常使用語句的全面總結(必看篇)
  • 細數MySQL中SQL語句的分類
  • MySQL查詢語句大全集錦
  • 最全的mysql查詢語句整理
  • mysql常用命令行操作語句
  • Mysql語句快速復習教程(全)
  • 查看當前mysql使用頻繁的sql語句(詳解)

標簽:江門 武漢 長沙 合肥 吉安 東莞 潛江 南昌

巨人網絡通訊聲明:本文標題《MySQL一個語句查出各種整形占用字節數及最大最小值的實例》,本文關鍵詞  MySQL,一個,語句,查出,各種,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《MySQL一個語句查出各種整形占用字節數及最大最小值的實例》相關的同類信息!
  • 本頁收集關于MySQL一個語句查出各種整形占用字節數及最大最小值的實例的相關信息資訊供網民參考!
  • 推薦文章
    主站蜘蛛池模板: 茂名市| 赣榆县| 宁武县| 乌鲁木齐市| 定襄县| 岗巴县| 都昌县| 桃园市| 洱源县| 崇礼县| 都安| 塔城市| 龙州县| 天等县| 科技| 东兰县| 扶风县| 沙雅县| 宜宾县| 益阳市| 宁蒗| 株洲县| 伊宁县| 峡江县| 霍林郭勒市| 峨眉山市| 紫金县| 旬邑县| 十堰市| 裕民县| 大邑县| 汉川市| 汝阳县| 海门市| 德州市| 同德县| 武胜县| 土默特右旗| 鸡泽县| 南涧| 会宁县|