You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let ddl = `update tbl_bible_tamil set verse='${json.verse}' where book_id=${json.book_id} and chapter_id=${json.chapter_id} and verse_id= ${json.verse_id};`;