Mercurial > sqlpython
comparison docs/source/comparison.rst @ 342:80a1976decf2
no changes i hope
author | Catherine Devlin <catherine.devlin@gmail.com> |
---|---|
date | Tue, 14 Apr 2009 16:11:59 -0400 |
parents | ed02c8b1a9b6 |
children |
comparison
equal
deleted
inserted
replaced
338:a8835fe129f6 | 342:80a1976decf2 |
---|---|
474 | 474 |
475 When `connect -a {username@instance}` is used to create a new connection, senora does not close the | 475 When `connect -a {username@instance}` is used to create a new connection, senora does not close the |
476 old connection. It keeps both connections alive, and switching between them is far more convenient | 476 old connection. It keeps both connections alive, and switching between them is far more convenient |
477 than creating new connections:: | 477 than creating new connections:: |
478 | 478 |
479 Enter sample here | 479 0:jrrt@orcl> connect -a scott/tiger@orcl |
480 1:scott@orcl> select * from dept; | |
481 | |
482 DEPTNO DNAME LOC | |
483 ------ ---------- -------- | |
484 10 ACCOUNTING NEW YORK | |
485 20 RESEARCH DALLAS | |
486 30 SALES CHICAGO | |
487 40 OPERATIONS BOSTON | |
488 | |
489 4 rows selected. | |
490 | |
491 1:scott@orcl> 0:select * from party; | |
492 | |
493 NAME STR INT WIS DEX CON CHA | |
494 ------- --- --- --- --- --- --- | |
495 Frodo 8 14 16 15 14 16 | |
496 Gimli 17 12 10 11 17 11 | |
497 Legolas 13 15 14 18 15 17 | |
498 Sam 11 9 14 11 16 13 | |
499 | |
500 4 rows selected. | |
501 | |
502 1:scott@orcl> 0: | |
480 | 503 |
481 psql-like shortcuts | 504 psql-like shortcuts |
482 ------------------- | 505 ------------------- |
483 | 506 |
484 *YASQL, sqlpython* | 507 *YASQL, sqlpython* |