android - why not show existing raw in SQLite browser -


enter image description herei'm fire query in sqlite manager

  select * all_post activityid =020150928163171054; 

but can not show data of row all_post table, because raw data present in all_post table.what wrong .

you not have row value in actitivyid column 020150928163171054.

for reason, values in table strings. in sql, string value must written '020150928163171054'.


Comments

Popular posts from this blog

javascript - How to bind ViewModel Store to View? -

recursion - Can every recursive algorithm be improved with dynamic programming? -

python - Alternative to referencing variable before assignment -