Click here to Skip to main content
15,898,665 members

Comments by mohammed mqi (Top 16 by date)

mohammed mqi 23-Jun-20 21:38pm View    
i know but how can i import it to my table in SQLite DB
What are the procedures for doing this and is there a sample for that?
mohammed mqi 1-Mar-20 10:12am View    
i mean if you see after statement left
you will see i assign value to the rest columns

and a.[CreationDate]=GETDATE()--4
and a.[CreationTime]= CONVERT(time, GETDATE())--5
and a.active= 1--6
and a.Gruop=''--7

or this not work?!
mohammed mqi 1-Mar-20 10:02am View    
so how can i add other column which no need to copy from that table
mohammed mqi 20-Feb-20 1:15am View    
thanks for editing your answer
mohammed mqi 19-Feb-20 2:31am View    
thanks Richard Deeming it's work perfectly that's great
also thanks Maciej Los