SiteMap Search ElispArea HowTo Glossary RecentChanges News Problems Suggestions

History of oracle-shell-query.el

2011-07-31
15:16 UTC Revision 1 . . . . Josephexecute sql using sqlplus and return as list . for example ;; (oracle-shell-query "select empno,ename from emp where empno<=7499") ;; return: (("7369" "SMITH") ("7499" "ALLEN"))