<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 03/27/2016 04:11 PM, Yves Cloutier
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAGW=J5fQLggzSeXSR3-TnCaH6HcJvutG-HjFm-WqY2nXszsFDg@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hello, Iam also stuck with this error when trying
        to delete a record using dml:
        <pre><code>(* Delete a given work experience *)
and deleteExperience experienceId () =
    dml (DELETE FROM experienceTable
         WHERE experienceTable.Id = {[experienceId]});
    xml <- refresh ();
    return <xml><body>
      {xml}
    </body></xml>
</code></pre>
      </div>
    </blockquote>
    <br>
    In [WHERE] clauses of [DELETE] and [UPDATE] statements, the table
    you are changing is referred to as [T], rather than by its name.<br>
  </body>
</html>