Re: is it possible to pass a sql statement to sqlci?

2017-07-28 Thread Wang, Ai-Min (Benny)
:19 AM To: user@trafodion.incubator.apache.org<mailto:user@trafodion.incubator.apache.org> Subject: RE: is it possible to pass a sql statement to sqlci? Alternatively, you can do this too like any other command that supports stdin and stdout redirection echo "select * from \"_MD_\".objects;

RE: is it possible to pass a sql statement to sqlci?

2017-07-28 Thread Eric Owhadi
Thanks Selva and Roberta, Eric From: Selva Govindarajan [mailto:selva.govindara...@esgyn.com] Sent: Friday, July 28, 2017 10:19 AM To: user@trafodion.incubator.apache.org Subject: RE: is it possible to pass a sql statement to sqlci? Alternatively, you can do this too like any other command that

RE: is it possible to pass a sql statement to sqlci?

2017-07-28 Thread Selva Govindarajan
r.apache.org Subject: RE: is it possible to pass a sql statement to sqlci? I know you can run commands like this: sqlci << eof env; values (current_user); eof Roberta From: Eric Owhadi [mailto:eric.owh...@esgyn.com] Sent: Friday, July 28, 2017 7:59 AM To: user@trafodion.incuba

RE: is it possible to pass a sql statement to sqlci?

2017-07-28 Thread Roberta Marton
I know you can run commands like this: sqlci << eof env; values (current_user); eof Roberta From: Eric Owhadi [mailto:eric.owh...@esgyn.com] Sent: Friday, July 28, 2017 7:59 AM To: user@trafodion.incubator.apache.org Subject: is it possible to pass a sql statement to sqlci? Hi Trafodioneer