sql - Convert old Oracle outer join syntax (+) to JOIN -
I have a question that used the old This is my query: What is the equivalent in Access SQL? If I remember the old Oracle external add syntax (and it long time ), the sign includes the related query (+) syntax for Oracle And now I want to convert it to Access SQL
BOOKCODE.BOOKCODEID, select BookKode.BOOKCODENAME from Application_bookcode, BookCode where BOOKCODE.BOOKCODEID (+) = HMISUnitTest.APPLICATION_BOOKCODE.BOOKCODEID and HMISUnitTest. APPLICATION_BOOKCODE.ApplicationId = 7
SELECT BOOKCODE.BOOKCODEID, Bukkod on Bukokod from BOOKCODE.BOOKCODENAME the Application_bookcode LEFT. BOOKCODEID = APPLICATION_BOOKCODE.BOOKCODEID where APPLICATION_BOOKCODE.ApplicationId = 7
Comments
Post a Comment