Hello folks!

I have a problem with SQL for MySQL (and pre4sumably any other kind):

Can anone offer a RTFM do do something like this:

create table foo (
        boo     int,
        bar varchar;
        baz array[0..9] of int, # illegal, but needed!
        ...
);

I'm not really thrilled about stuffing all the data into a blob or a varchar and using c/c++/whatever text handling.

Thanks,

Daniel

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Reply via email to