Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • So I'm curious about why this method is more benefitial when reporitng on subfields. In either method aren't you still going to be getting a subfield based on the positions of the characters in the string? So the only effect it would have is the indices of the characters you wish to report on? Commented Feb 27, 2013 at 23:06
  • 1
    If you have to frequently query on subfields, then you'd want each subfield in a separate database column and combine when necessary, which is usually faster and easier than splitting when necessary. Commented Feb 27, 2013 at 23:20