G
Guest
I have the following table:
Address
-----------------------------
123, ABC Road, AA City
1, Kings Road, BBB City
23, Queens Street,CCCC Country
Now I would like to split it into 3 columns. However, I
cannot use len, right, left or mid since there is no fix
digit I can count on. What other function in queries I
can use to split this into 3 columns?
Thanks
Address
-----------------------------
123, ABC Road, AA City
1, Kings Road, BBB City
23, Queens Street,CCCC Country
Now I would like to split it into 3 columns. However, I
cannot use len, right, left or mid since there is no fix
digit I can count on. What other function in queries I
can use to split this into 3 columns?
Thanks