this may help you

test> create table d (
    -> date date );
Query OK, 0 rows affected (0.45 sec)

test> insert into d values(now());
Query OK, 1 row affected (0.12 sec)

test> select * from d;
+------------+
| date       |
+------------+
| 2005-09-10 |
+------------+
1 row in set (0.00 sec)



On Sep 10, 2005, at 8:52 AM, liofr wrote:

i want to put a value in a column that is the date of today .
IS there a solution to do that in sql way ?


-- MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql? [EMAIL PROTECTED]



Rich Allen
Dare & Do


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to