SQLite Forum

Getting no such column error for values to be inserted
Login
This is my input :
insert into testTable values(lol)
This is the error :
error no such column : lol
I am using it through termux rn and I am really confused about this