|
-----Message d'origine-----
[mailto:midrange-l-bounces@xxxxxxxxxxxx] De la part de Charles Wilt
But it'd seem to me that while STRSQL doesn't want the final
; it'd still need any in the middle...
CREATE PROCEDURE FOXWELL/DOAATN001 (
IN CLIENT_NO NUMERIC(9, 0) )
CASE
WHEN CLIENT_NO <> 0
THEN
UPDATE DOAATN SET STRTFL = 'N', SMAJHT = CURRENT TIME
WHERE SCLTNO = CLIENT_NO;
ELSE
UPDATE DOAATN SET STRTFL = 'N', SMAJHT =
CURRENT TIME;
END CASE
In any event, while I can see creating a procedure using iNav
the first time, I'd never use it to modify (ie. recreate an existing).
I'd generate the source statements and work with those from then on.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.