Using VB6 and SQL Server
How to insert a string value in the table
Dim a as string
a = 0008", "0009", "1011", "1208
I want to insert this string values in the table
Expected Output
Table1
ID
0008
0009
1011
1208
How to make a query for the above condition.
Need Query Help.