Gossamer Forum
Home : General : Databases and SQL :

GT mode with mysql now()

Quote Reply
GT mode with mysql now()
   



HI guys
i am back


i try to insert a date into a table but it fails.
Could someone here could kindly point me out the problem?

date => "now()" is not a correct syntax?

my ($sth,$tab,$output);
$tab = $DB->table('table');

$tab->insert(
{

column1 => 'abc' ,
date => "now()"
} )

$error = $GT::SQL::error;


Thanks in advance

Last edited by:

courierbb: Jul 18, 2009, 2:50 AM
Subject Author Views Date
Thread GT mode with mysql now() courierbb 9877 Jul 18, 2009, 2:49 AM
Thread Re: [courierbb] GT mode with mysql now()
Andy 9519 Jul 18, 2009, 3:27 AM
Post Re: [Andy] GT mode with mysql now()
courierbb 9440 Jul 18, 2009, 4:21 AM