A
Alexandre Saillant
Hello,
I have a database that look like this:
1111 A ps32
B PS32
2222 A PS43
3333 A PS23
B PS23
C PS23
I need to convert this to a workable Query so it look like this:
1111 A ps32
1111 B PS32
2222 A PS43
3333 A PS23
3333 B PS23
3333 C PS23
How do I do this?
I have a database that look like this:
1111 A ps32
B PS32
2222 A PS43
3333 A PS23
B PS23
C PS23
I need to convert this to a workable Query so it look like this:
1111 A ps32
1111 B PS32
2222 A PS43
3333 A PS23
3333 B PS23
3333 C PS23
How do I do this?