hello,
i am am trying to insert all the input values from the php along with the oracle date part Using a stored procedure.Php won't send the date part. I am entering the date part in the insert command like
to_date(sysdate,'YYYY-MM-DD HH24:MI:SS')
however if I query the database the date components field is looking like this
0021-09-17 00:00:00
Can you you guys help me understand what's going wrong, this value again will be pulled into tableau to do sorting And tableau is not able to intrepret it properly.
thanks