摘要:        
1 #!/bin/bash 2 sqlite3 contact.db << ! 3 drop table contact; 4 create table contact ( 5 name char(32), 6 address char(32) 7 ); 8 insert into contact(address,name) values("jiangshang","wuxi"); 9 ! 10 echo 'select *from contact;'|sqlite3 contact.db|awk 'BEGIN{FS=    阅读全文
        
            posted @ 2011-12-10 15:26
wuxi812
阅读(248)
评论(0)
推荐(0)
        
        
            
        
        
摘要:        
1 #!/bin/bash 2 sqlite3 contact.db << ! 3 drop table contact; 4 create table contact ( 5 name char(32), 6 address char(32) 7 ); 8 insert into contact(address,name) values("jiangshang","wuxi"); 9 ! 10 sqlite3 contact.db<<! 11 insert into contact (address,name) values(&    阅读全文
        
            posted @ 2011-12-10 15:23
wuxi812
阅读(382)
评论(0)
推荐(0)
        
        
                    
                
浙公网安备 33010602011771号