-
Iterators with tables
Hello All!
I have a table similar to this:
sym | price | level | lowertime | upperTime
——-|———————|———-|—————-|—————
`abc 10.0 20.3 13.5… 15.0 null null
`cde 11.0 21.3 13.5… 16.0 null null
I need to check if for each sym, if any price<=level then update upperTime:1.
Need help with this query.
Log in to reply.