Current location: Hot Scripts Forums » Programming Languages » PHP » changing table properties with ALTER TABLE


changing table properties with ALTER TABLE

Reply
  #1 (permalink)  
Old 02-23-04, 01:05 PM
Squid44th Squid44th is offline
Newbie Coder
 
Join Date: Nov 2003
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
changing table properties with ALTER TABLE

Need to update a database table in one of 2 ways

1) need to delete a column and add one in its place
// delete column
$query4 = "????????"
// add shipping field to table
$query5 = "ALTER TABLE ".DB_PREFIX."table ADD COLUMN shipping double(10,2) AFTER column";

or

2) change column to reflect something else
// change taxable field to shipping field in table
$query4 = "ALTER TABLE ".DB_PREFIX."table ????????";

Ive looked at mysql.com and other places, but can't find anything on deleting or changing column. Any help would be appreciated.
Reply With Quote
  #2 (permalink)  
Old 02-24-04, 03:29 PM
gordypordy gordypordy is offline
Newbie Coder
 
Join Date: Feb 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
If you're gonna be chopping/changing perhaps phpMyAdmin might be of use.

You would either have to install it on your site/server, or if you're with a REALLY GOOD HOST (hint: see signature) It would come with the package.

You can get the gen and download for it at:

www.phpmyadmin.net/
__________________
<a href="http://www.one2search.org">$6.97 domain registration</a>
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
auto table resize derick_2k JavaScript 4 04-26-04 02:32 PM
Changing a color on a table row one at a time. mtilori HTML/XHTML/XML 3 02-24-04 04:27 PM
strange grey "extra" table area... skyraider HTML/XHTML/XML 1 12-10-03 10:55 PM
moving data from table to table ..please help! geneane ASP 2 09-22-03 07:02 PM


All times are GMT -5. The time now is 09:04 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.