This repository was archived by the owner on Jan 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
ragaeeb/quran10
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CREATE TABLE x (database_id INTEGER, surah_id INTEGER, verse_id INTEGER, ayah_text TEXT); .mode csv .import English-Shakir-58.csv x delete from x where rowid=1; UPDATE quran SET urdu_ahmed_ali=(SELECT ayah_text FROM x WHERE x.surah_id=quran.surah_id AND x.verse_id=quran.verse_id); DROP TABLE x;
About
Quran10 repository
Resources
Stars
Watchers
Forks
Packages 0
No packages published