RE: Spam

2002-01-11 Thread Robert Lucier
A little higher barrier to entry, even for non-spam posts might not be a bad thing. The list is already pretty well spammed with questions that are either in the manual, or result from a lack of programming experience in general. Making it harder to post might make it a little easier to stay

RE: Spam

2002-01-11 Thread Robert Lucier
be advisable. i dunno tho i wholeheartedly agree, though, that do my homework posts and questions easily located in the man or the lists archive are pretty prevalent here. j0da -Original Message- From: Robert Lucier [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 1:55

Re: Changing part of field

2002-01-04 Thread Robert Lucier
I don't think you can do it with a single command. One fairly easy way is to run a command to generate the sql that will do the update. So your first statement will be something like: select concat( 'update mytable set emailaddress=''', emailaddress, '''where primary_key_column=',

backup table required permissions

2002-01-02 Thread Robert Lucier
Hello, I've searched both the documentation and the mailing list archives but can't find the answer to this question (although several people seem to have asked it). Here goes: What permission grants are required to allow use of the backup table tablename to 'path' command? I can execute the