![]() |
|
|
google unix.com
|
|||||||
| Forum | Registrati | Regole Forum | Collegamenti | Album | FAQ | Members List | Calendario | Ricerca | Today's Posts | Mark Forums Read |
| Shell scripting e di programmazione Pubblica domande su KSH, CSH, SH, Bash, Perl, PHP, sed, awk e da altri script di shell e linguaggi di scripting shell qui. |
Più di UNIX e Linux Forum Argomenti potreste trovare utili
|
||||
| Filo | Thread Starter | Forum | Risposte | Ultimo Post |
| Help me per questo formato di dati si prega di | glev2005 | UNIX for Dummies Domande & Risposte | 11 | 04-17-2009 02:20 PM |
| Please help me questo formato dati | glev2005 | UNIX for Dummies Domande & Risposte | 4 | 11-24-2008 06:34 PM |
| conversione di un formato tabellare dati separati da virgola dati KSH | Hemamalini | UNIX for Dummies Domande & Risposte | 2 | 06-16-2008 05:37 AM |
| formato dei dati da (4,56 0,7) -> 4,6 (7) awk?! | ahan | Shell scripting e di programmazione | 4 | 05-07-2006 09:53 PM |
| formato dati | Inquirer | Shell scripting e di programmazione | 2 | 09-24-2003 07:59 AM |
![]() |
|
|
LinkBack | Thread Tools | Cerca in questo Thread | Rate Thread | Modalità di visualizzazione |
|
|
|
||||
|
Isql Formato dei dati
Sto usando il seguente script
Codice:
#!/bin/ksh
/usr/sybase/bin/isql -SXYZ -UABC -PXYZ -b <<EOF >temp
select A.host,A.server,B.db,A.status from dbo.server as A,dbo.db as B where A.product in (XX,YY) and A.server=B.server
go
EOF
Risultati: host1 server1 database1 5 host2 server2 database2 5 host3 server3 database3 5 voluto Risultati: Risultato Requried host1 server1 database1 5 host2 server2 database2 5 host3 server3 database3 5 Grazie in anticipo |
![]() |
| Segnalibri |
| Thread Tools | Cerca in questo Thread |
| Modalità di visualizzazione | Vota questo thread |
|
|