No such thing in SQL
On Mon, Jul 12, 2010 at 10:39 AM, Victor Subervi
<victorsubervi@stripped> wrote:
> Hi;
> Perhaps I have a conflict of terms here, but my googling "mysql data
> dictionary" turned up material that didn't seem to correspond with my
> problem. In python I can create dictionaries:
> my_dict = {'1': 'one', '2': 'two'}
> Now, I would like to create the equivalent of an enum in which I could
> utilize data like that. Of course, I could lump the whole key-value pairs
> into one data and create an enum like that, then parse them later. I'm just
> wondering if there's a more elegant way to do this.
> TIA,
> Victor
>
--
- michael dykman
- mdykman@stripped
May the Source be with you.