On 5/16/07, Marino, Carlos <[EMAIL PROTECTED]> wrote:
I need to INSERT some field in a SAPDB table.

Should I use the SQL Studio ? Which user and password should I use ?

Use:

ALTER TABLE yourtable ADD (yourcolumn TYPE(spec))

As for the user, I believe it can be any user which has an ALTER
privilege on the table in question.

-Jonah

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to