Hello ,
I want to insert values from 1 table into another table .This is what I am writing.
Insert into TempTable select Distinct * from DrawingInforec where title = 'title11'
This query works very well in Sqlite manager but How to execute it in Xcode using FMDB ? Pl help me in this dilemma .