Re: To add a column such that the column will be the first column
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Thanks Uri and Joe. Since another table has the column name plant as the
first column I was trying to make the second table follow the pattern. In a
joined statement the sequence is of hardly any importance I guess. I do not
think I would go the route of recreating the table just to make the pattern
look the same.
"Uri Dimant" wrote:
Jack
Yes, but then you will need to drop and re-create the table.
Why does it make sense for you?
"Jack" <Jack@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EF4322C1-8A21-4DCE-B43F-5CF345EE5AEA@xxxxxxxxxxxxxxxx
Hi,
I need to add a column to a table using alter and add. However this column
is coming to be the last column. Is there any way one can add a new column
and make it the very first column. I appreciate any help. Thanks.
.
Relevant Pages
- Re: Garbage date data now my headache
... The vendor is geographically located in Atlanta, ... and some of the patters I am seeing is that the date data formats change when ... the most logical pattern I can and then manually alter the outliers... ... A cleanup of the first column would be like removing leading and trailing ... (microsoft.public.excel) - Re: passing $_POST variables to classes
... the site will examine the URI and based on the segments of the ... What are your views on implementing such a 'pattern'. ... my functions will misinterpret the trailing URI ... (comp.lang.php) - Re: passing $_POST variables to classes
... I'm starting this new project in which I'ld like to implement sort of a design pattern I have seen being used in the CodeIgniter framework. ... Basically, the site will examine the URI and based on the segments of the URI it will fire up some controller class, for instance, say I have an inbox in which end-users can view messages they got from other users, they'ld start at: ... Now, if $_POST variables are sent to some page and are needed by the called upon function in the appropriate class, would it be bad practice to simply extract those $_POST variables from the superglobal $_POST inside this function? ... What I am a bit worried about though, is that when users accidentally, submit a larger URI, my functions will misinterpret the trailing URI segments, when in fact it should be using $_POST vars. ... (comp.lang.php) - Re: regular expression for matching url?
... > an HTTP url. ... > is from the uri tcllib package: ... > Is there a more complete pattern available? ... (comp.lang.tcl) - passing $_POST variables to classes
... URI it will fire up some controller class, for instance, say I have an inbox ... This will then call upon the function view in the class inbox: ... if $_POST variables are sent to some page and are needed by the called ... What are your views on implementing such a 'pattern'. ... (comp.lang.php) |
|