Hello,

Complete newbie here. I have a text file that contains contigs from an
assembly. I was wondering if there is a way to symlink the file to table in
sqlite by using bash command. I came across the function readfile but I
would prefer to create a symbolic link to the pathway instead of reading the
contents of the file.  

#!/bin/bash
 
sqlite3 db "update table set column=readfile('file.txt') where <some
condition>"

Best regards,
Sofia





--
Sent from: http://sqlite.1065341.n5.nabble.com/
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to