::: Zany's Homepage ::: Zany Wiki | »çÀÌÆ® ÅëÇÕ °Ë»ö
 
 
 

³¯Â¥ ¿¬»ê - date_add

°Ô½ÃÆÇ
MySQL
ÀÛ¼ºÀÚ
helix
ÀÛ¼ºÀÏ
2009-04-30 11:51:35
ÀÐÀº¼ö
1800
ÆòÁ¡
   
Ç¥½Ã¿É¼Ç
HTML»ç¿ë | ÀÚµ¿BRűנ| °ø¹é¹®ÀÚÇã¿ë | °¡¿îµ¥Á¤·Ä | °íÁ¤Æø±Û²Ã | ÀÚµ¿URL¸µÅ© | ¸¶¿ì½º¼±ÅÃ
C:\Users\zany>mysql -u root -p
Enter password: *******
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.1.32-community MySQL Community Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> select now() as today;
+---------------------+
| today               |
+---------------------+
| 2009-04-30 11:49:00 |
+---------------------+
1 row in set (0.00 sec)

mysql> select date_add(now(), interval -1 day) as yesterday;
+---------------------+
| yesterday           |
+---------------------+
| 2009-04-29 11:49:00 |
+---------------------+
1 row in set (0.00 sec)

mysql> select date_add(now(), interval 1 day) as tomorrow;
+---------------------+
| tomorrow            |
+---------------------+
| 2009-05-01 11:49:00 |
+---------------------+
1 row in set (0.00 sec)

mysql> select date_add(now(), interval 1 month) as `1 month ago`;
+---------------------+
| 1 month ago         |
+---------------------+
| 2009-05-30 11:49:00 |
+---------------------+
1 row in set (0.00 sec)

mysql> select date_add(now(), interval 1 year) as`1 year ago`;
+---------------------+
| 1 year ago          |
+---------------------+
| 2010-04-30 11:49:00 |
+---------------------+
1 row in set (0.00 sec)

mysql>


³¯Â¥ ¿¬»êÀº ÀÌ·¸°Ô ÇÏ¸é µÇ°Ú´Ù.
date_sub µµ Àִµ¥, date_add ¶û ¿ÏÀü µ¿ÀÏÇÏ°í ³¯Â¥¸¦ »©´Âµ¥¸¸ »ç¿ëµÈ´Ù.
°Á date_add ·Î ÅëÀÏÇÏ°í ¾ç¼ö,À½¼ö°ªÀ» ÁÖ´Â °É·Î ÇØ°áÇÏ¸é µÇ°Ú´Ù.


EOF : Zany (2009-04-30)

 °Ô½ÃÆÇ ±Û ¸ñ·Ï
No Subject Poster Hits Posted
1952 helix 2373 2009-05-22 11:11:10
1947 helix 1295 2009-05-20 13:14:06
1940 helix 1966 2009-05-19 20:14:27
1930 helix 1413 2009-05-15 17:27:08
1902 helix 1593 2009-05-08 16:03:32
helix 1800 2009-04-30 11:51:35
1863 helix 1667 2009-04-15 17:55:37
1860 helix 1473 2009-04-15 14:59:53
1841 helix 1623 2009-04-03 09:52:58
1833 helix 9038 2009-03-27 11:21:22
1830 helix 2465 2009-03-23 13:42:18
´ñ±Û ¸ñ·Ï
    No : | Writer : Áö³ª°¡´ø | RegDate : 2011-03-09 14:32:06    
°¨»çÇÕ´Ï´Ù. 
ÄÚ¸àÆ®
ÀÛ¼ºÀÚ
                       
 
zany.kr
  Copyright ¨Ï 2002-2010 Zany's Programming Lab. All Rights Not Reserved.
temporary This Page loads on 0.000 Secs