I am getting warnings when I am compiling my package: Warning(70,17): PLW-07204: conversion away from column type may result in sub-optimal query plan.
The errors are on these lines:
sysdate >= (oh.latest_ship_date+70)
and sysdate <= (oh.latest_ship_date+120)
How can I fix these?.
Thanks in advance, Nelco
The errors are on these lines:
sysdate >= (oh.latest_ship_date+70)
and sysdate <= (oh.latest_ship_date+120)
How can I fix these?.
Thanks in advance, Nelco