V
Vetrivel Vetrivel
In array I have content like this
a = ["c" , "d", "e" , "f" ]
But I need like this
'c','d','e','f'
I want this for my following purpose
insert into tablename values a .
a has to subtitude in below statement,.
a = ["c" , "d", "e" , "f" ]
But I need like this
'c','d','e','f'
I want this for my following purpose
insert into tablename values a .
a has to subtitude in below statement,.