I have a long string containing three special symbols ' @ and ? and some text are enclosed inside these symbols.
for ex. "@sa@32@ddd@?222?@ds@asa@hhh@?ddsds?dsdsd?cccc?'cxcx'?ccxc?cxc?'cxcx'"
I want the values sa 32 ddd 222 ds etc.. and insert these values in a table. Next step is to insert these values inside different column of same row in a table.
How can I achieve that.