I have 27096 records in a table. I'd like to add a [Category]
field to it and populate it with a, b, c, d then a, b, c, d again
That would be 6774 entries of a, b, c and d.
I know how to do it by looping in DAO. But I imagine there's
an elegant SQL solution. Any takers?
field to it and populate it with a, b, c, d then a, b, c, d again
That would be 6774 entries of a, b, c and d.
I know how to do it by looping in DAO. But I imagine there's
an elegant SQL solution. Any takers?
Comment