MySQL Forums
Forum List  »  Newbie

Re: search comma separated db column
Posted by: Dave Clark
Date: March 31, 2009 08:55PM

Jesper Öhnstedt Wrote:
-------------------------------------------------------
> Further I would like you to tell me what separates
> a "string of ints" from a string consisting of
> numerals and commas? There is nothing holy about
> predefined datatypes.

Your argument is specious. The difference is in usage. If your application treats a comma-delimited list of integers as a string, then by all means store it as a string. But if your application consideres it to be anything other than a string (i.e., considers it to actually be a comma-delimited list of integers), then it should never be stored as a string datatype. Period.

Options: ReplyQuote


Subject
Written By
Posted
Re: search comma separated db column
March 31, 2009 08:55PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.