mysql函數總結

來源:互聯網
上載者:User

標籤:style   color   os   資料   for   問題   ar   時間   

1、DATE_ADD(curdate(),interval -30 day)  表時間加,獲得當前日期30天之前的時間。

date_sub(now(),interval 1 day) 表示時間減

2、unix_timestamp() 時間轉換

3、cast() 強制轉換。例子:select cast(‘11/10/01 [email protected]@10‘ as datetime) as datetime;

4、  row_count()影響行數; 例子: select ROW_COUNT() as ‘affectd rows‘; 這個函數可以用在預存程序當中,計量插入,更新,刪除等影響行數。

5、microsecond()截取時間微秒函數。

6、curtime()擷取目前時間,時分秒,mysql5.6版本的精確到了微妙,curdate()月日年。

7、CREATE TABLE `test8` (
  `id` int(11) DEFAULT NULL,
  `b` timestamp NOT NULL DEFAULT ‘0000-00-00 00:00:00‘ ON UPDATE CURRENT_TIMESTAMP,
  `name` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 

當資料發生更新時,擷取目前時間。

8、year(4)表示年份範圍是1901-2115年,year(2)表示1970-2070年,在該設定下00-69表示2000-2069年

9、time時間類型不僅僅表示的時間,還可以表示時間間隔。

10、current_timestamp(),now(),sysdate()的區別:sysdate()表示執行到當前函數的時間,current_timestamp(),now()表示執行SQL語句的時間。 

11、date_format()表示按照使用者要求格式化時間。

12、datediff(@a,‘1900-01-01‘)%7;1900-01-07 是星期一,通過這個Function Compute某一天是星期幾!

13 、week()函數無法解決中國跨年習慣問題,國外將周日算作每周的第一天,12月31日算作每年的最後一周。1月1日算作新的一周。


相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.