<div>Hi,</div><div>I'm new to Valentina, I'm wondering is there a way to update one table with values from another table, this seemed to be pretty standard in sql and sqlite. The following code doesn't seem to work.</div>
<div><br></div><div>Update T1 Set Field2 = (Select T2.Field2 From T2 WHERE T2.Field1 = T1.Field1 ) * 100</div><div><br></div><div>Any ideas?</div><div><br></div><div><br></div><div><br></div><div><br></div>