On Fri, Mar 28, 2003 at 17:53:46 +0100,
Michael Paesold <mpaesold@gmx.at> wrote:
> Bruno Wolff III <bruno@wolff.to> wrote:
>
> I think this should rather be:
>
> SELECT shoporder FROM sodetailtabletrans
> WHERE NOT EXISTS (
> SELECT 1 FROM soheadertable
> WHERE soheadertable.shoporder = sodetailtabletrans.shoporder
> )
Thanks for catching my mistake.