Can DEFAULT (defined for a timestamp column as now() ) be used in1. prepared statement i.e. EXECUTE ( ..., DEFAULT, ...)2. in an UPDATE statement UPDATE TABLE SET update_time = DEFAULT ...
thanksSanjay