This topic is locked

update query between different tables

9/25/2019 10:29:28 AM
PHPRunner General questions
C
chrispa author

hi ,
i have tables tblrequisitions and proformachilditems .
What i need is to update ALL records in table proformachilditem of the field RFQ with values from tblrequisitions field OurRefNo WHERE (proformachilditems.RFQ is null) and proformachilditems.connect = tblrequisition.IdCounter
so if someone can send me the sql query i can use in a before update action will be appreciated