rahulch

Untitled

Oct 15th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. fieldCommaSeparated = "school,name,age,gender,class"
  2. fieldCommaSeparatedWithColon = ":school,:name,:age,:gender,:class"
  3. insert query = "INSERT OR REPLACE INTO person (id,frID,school,name,age,gender,class) VALUES ((SELECT id FROM person where frID = -1),-1,q,q,q,Male,q)"
  4. Could not save details - " Parameter count mismatch"
Add Comment
Please, Sign In to add comment