Dear All How to run sql statement through shell? I am trying following way but no success.
/unidata/udt << !!Start SET LINESIZE 290; SET HEADING OFF; SET SPACE 2; SET PAGES 0; como on studentinfo; SELECT ID,LNAME,FNAME from STUDENT; como off; exit !!start Regards Dattatraya -- View this message in context: http://old.nabble.com/Run-SQL-statement-through-shell-script--tp26738809p26738809.html Sent from the U2 - Users mailing list archive at Nabble.com. _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
