New to DB2. What is the correct DB2 SQL syntax for the following timestamp comparison?
select *
from ZX05A.PARSED_PRODUCT_DTL where parsed_product_id = 4 and
start_tmestp = '2007-10-16 16:07:50.060167'
start_tmestp has a data type of timestamp. Thanks very much!
select *
from ZX05A.PARSED_PRODUCT_DTL where parsed_product_id = 4 and
start_tmestp = '2007-10-16 16:07:50.060167'
start_tmestp has a data type of timestamp. Thanks very much!