Hi all,<br><br>someone knows why this statement doesn&#39;t work?<br><br>echo &quot;UPDATE grenzen gr SET gr.cleft=(SELECT adm.NAME FROM myadm0 amd WHERE gr.left= adm.cat)&quot; | db.execute<br><br>I try to populate the &#39;cleft&#39;-column of &#39;grenzen&#39;-table with the values from the &#39;NAME&#39;-column of &#39;myadm0&#39;-table.<br>
<br>Thanks in advance<br><br>Manuel<br>