Re: ksh here documents for sql cmds

2004-11-19 Thread Riley, Craig
riday, November 19, 2004 10:30 AM To: [EMAIL PROTECTED] Subject: ksh here documents for sql cmds Be kind . . . . don't laugh tooo hard . . . . I thought I'd share this. I got tired coding dsmadmc cmd line sql cmds like the following in ksh scripts . . . dsmadmc -id=admin -password=admin -

ksh here documents for sql cmds

2004-11-19 Thread Richard Rhodes
Be kind . . . . don't laugh tooo hard . . . . I thought I'd share this. I got tired coding dsmadmc cmd line sql cmds like the following in ksh scripts . . . dsmadmc -id=admin -password=admin -tab \ select entity, count\(\*\) \ from summary \ where cast\(\(current_timestamp-start_tim