...GROUP BY Split(VER.MER, '-')(1)
is a part of my SQL, in vb6
but have error!
I need group by with thw split of field VER.MER, with the 2Th part of the split function..
for example:
111-aaa
i need to group by aaa
how to?
is a part of my SQL, in vb6
but have error!
I need group by with thw split of field VER.MER, with the 2Th part of the split function..
for example:
111-aaa
i need to group by aaa
how to?