×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Can anyone help me with this SQL statement? I have written a select
statement that works, but I need to convert it to a DELETE statement but
can't get it to work correctly. I looked in the archive and in some
manuals but can't find an exact sample to figure out what I am doing
wrong.
FROM zpofilld A
inner join hsdet B ON
A.pzcono = B.obcono
AND A.pzcsno = B.obcsno
AND A.pzitno = B.obitno
AND a.pzwhid = B.obwhid
inner join hshed d ON
A.pzcono = d.oacono
AND A.pzcsno = d.oacsno
AND A.pzrqsd = d.oarqsd
and a.pzcspo = d.oacspo
and d.oaorno = B.oborno
WHERE d.oaortp = 'I' and a.pzqtor = 0
ORDER BY 2,1
Any help would be appreciated. Thanks.
Sheri
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.