Re: sysdate() query and note to Mysql admin

2001-09-07 Thread Ed Carp
[EMAIL PROTECTED] ([EMAIL PROTECTED]) writes: > now,what statement do I use to put the sysdate into the column today? > this is NOT working > insert into datee values(select DAYOFMONTH(sysdate())); Of course not. "insert into datee values (Now())" will, though. Just feed it to mysql ... ;) Here

ODP: sysdate() query and note to Mysql admin

2001-09-07 Thread Daniel Łaś
TED] > Temat: sysdate() query and note to Mysql admin > > > > Hi, > I my name is ryan and I own a small site which has a mysql > database and servlet support. > > I have a simple query to all you mysql gurus... > my table is very simple, i created a table with the foll

sysdate() query and note to Mysql admin

2001-09-07 Thread ryan
Hi, I my name is ryan and I own a small site which has a mysql database and servlet support. I have a simple query to all you mysql gurus... my table is very simple, i created a table with the following create table datee(int today); now,what statement do I use to put the sysdate into the colu