Hi,
I have below query
SELECT LAST_CHG_TMS , CREATE_TMS + 10 MINS FROM TABLE A WHERE COUNTRY = 'US'
In the above query 10 is the static value and i want this value to be dynamic . is there any way to populate this value to be dynamic because this value changes very often