KB-32513: Select() and Update() in the same SQL clause.

Question: Can I set a Select() and an Update() in the same SQL clause, similarly to the example below? Update EQUIPMENT    Set EQUIPMENT.EQUIPMENT=’‘,        EQUIPMENT.DISABLED=,        EQUIPMENT.CLASS_EQUIP=CLAS_EQUIP.INDEX,        EQUIPMENT.SECTOR=SECTORS.INDEXWhere EQUIPMENT.INDEX=        and CLAS_EQUIP.CLASS_EQUIP=’‘        and…