G
Guest
I have a list of numbers over 10,000
Example 1:
200403303000400
200503303000501
200603303000700
200703303000800
I need to run a query that will pull the first seven numbers and create a
new column with all my extracted data saved, but I also need run a second
query that will store the remaining codes within a new column
Example 2:
Column 1
2004033
2005033
2006033
2007033
Column 2
03000400
03000501
03000700
03000800
In the examples above the system would create two new columns from my main
data and store them as new columns based on a predefined data - where I asked
the logic to break them apart after a certain numeric, symbol, etc
Example 1:
200403303000400
200503303000501
200603303000700
200703303000800
I need to run a query that will pull the first seven numbers and create a
new column with all my extracted data saved, but I also need run a second
query that will store the remaining codes within a new column
Example 2:
Column 1
2004033
2005033
2006033
2007033
Column 2
03000400
03000501
03000700
03000800
In the examples above the system would create two new columns from my main
data and store them as new columns based on a predefined data - where I asked
the logic to break them apart after a certain numeric, symbol, etc