Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: Rosetta Code: Long List is Long - SQLite code

by marioroy (Prior)
on Feb 08, 2023 at 23:14 UTC ( [id://11150248]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ATTACH DATABASE 'hash2.db' AS ha_2;
    ATTACH DATABASE 'hash3.db' AS ha_3;
    ...
    
    DETACH DATABASE ha_2;
    DETACH DATABASE ha_3;
    
  2. or download this
    $ bash llil_sql_imp2 hash1.db big1.txt
    $ bash llil_sql_imp2 hash2.db big3.txt
    ...
    real  0m9.650s
    user  0m9.534s
    sys   0m0.106s
    
  3. or download this
    #!/usr/bin/env bash
    # https://perlmonks.org/?node_id=11150248
    ...
    fi
    
    exec "$SQLCMND" "$DB" < <(echo "$SQLSCRIPT")
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11150248]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-04-25 16:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found