I need to update the date in the field date, of type datetime, in a table, taking the date of today, for example.
I'm trying to do this:
$dataHoje = new DateTime();
$sql = "UPDATE [RDO].[dbo].[ANALISE_CRITICA] SET
TXTOBS='$objetoExtra...
asked by
22.10.2014 / 19:01