strsql = 'Values (Select Count(*) ' +
'From ' + %trim(filein) +
' where myfield = ''myvalue'' ) into ?';
exec sql prepare DynSql from :strsql;
exec sql Execute DynSql using :Countc;
Paul
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
broehmer@xxxxxxxxxxxxxxx
Sent: Friday, July 15, 2016 7:12 PM
To: Midrange Systems Technical Discussion
Subject: Values into Issue
Can someone point out where the "where" can/should go in the following
imbeded SQL statement:?
strsql = 'Values (Select Count(*) ' +
'From ' + %trim(filein) + ') into ?';
exec sql prepare DynSql from :strsql;
exec sql Execute DynSql using :Countc;
I want to limit the selection and need to select certain records. The above
works fine assuming I want to count them all.
TIA
Bill
"CONFIDENTIALITY NOTICE: This e-mail transmission (and/or the attachments
accompanying it) contain confidential information belonging to the sender.
The information is intended only for the use of the intended recipient. If
you are not the intended recipient, you are hereby notified that any
disclosure, copying, distribution or the taking of any action in reliance on
the contents of the information is strictly prohibited. Any unauthorized
interception of this transmission is illegal under the law. If you have
received this transmission in error, please promptly notify the sender by
reply e-mail, and then destroy all copies of the transmission."
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe,
or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
As an Amazon Associate we earn from qualifying purchases.