I have a big table and I want to change all the values in a row to the same
thing but I'm not sure what key word would allow me to do this.
I tried things like:
INSERT INTO Table ALL VALUES ("test");
But it has an error on the ALL. I tried putting the ALL in lots of different
places but it didn't work. I also tried * as a wildcard in the place where
you normally specify columns but that didn't work either.
There is a way to do this right?
Richard
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------