Hi,
I Tried
UPDATE EUROPEAN_UNIT_TRUST_PRICE
SET EUROPEAN_UNIT_TRUST_PRICE.RIC = MAINTENANCE_OPERATIONS.NEW_RIC
WHERE EUROPEAN_UNIT_TRUST_PRICE.RIC = MAINTENANCE_OPERATIONS.OLD_RIC
AND EUROPEAN_UNIT_TRUST_PRICE.TRADING_DATE <
MAINTENANCE_OPERATIONS.RECORD_DATE
AND...
Hi,
I have a query i use in my JDBC connected application to Oracle. I am trying to connect it to MySQL and rewrite those queries that MySQL cannot cope with. The following one has me beat. Any suggestions?
UPDATE EQUITIES_WARRANTS_PRICE
SET RIC=(SELECT NEW_RIC FROM MAINTENANCE_OPERATIONS...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.