On 03/27/2016 04:11 PM, Yves Cloutier wrote:
Hello, Iam also stuck with this error when trying to delete a record using dml: |(* Delete a given work experience *) and deleteExperience experienceId () = dml (DELETE FROM experienceTable WHERE experienceTable.Id = {[experienceId]}); xml <- refresh (); return <xml><body> {xml} </body></xml> |

In [WHERE] clauses of [DELETE] and [UPDATE] statements, the table you are changing is referred to as [T], rather than by its name.
_______________________________________________
Ur mailing list
[email protected]
http://www.impredicative.com/cgi-bin/mailman/listinfo/ur

Reply via email to