Jump to content

query with timestamp


jenniferG

Recommended Posts

The below query appears to not like the  way we  use timestamp.

Thanks,

 

Jennifer

 

$ENTER_QUERY ="INSERT INTO SISTOCK(

        STOCK_INDEX,

        CAMERAMODEL,

        SERIALNUMBER,

        CONDITION,

        LOCATION,

        STATUS,

        ENTERED,

        TODAYDATE)VALUES(

        NULL,

        '$CAMERAMODEL',

        '$SERIALNUMBER',

        'GOOd',

        'SI',

        'INSTOCK',

        '$ENTERDATE',

        timestamp(14)

        )";

Link to comment
https://forums.phpfreaks.com/topic/68853-query-with-timestamp/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.