Jump to content
Science Forums

Recommended Posts

  • Replies 44
  • Created
  • Last Reply

Top Posters In This Topic

Posted

It does depend slightly on which database you are using.

 

Here is how you add a column to a table in MySQL:

 

ALTER TABLE tablename ADD columnnate data_type;

 

Example:

 

ALTER TABLE Customers ADD Last_Name VARCHAR(30);

Posted
might as well ask another,

how do i redirect a visitor to another page using client-side scripting?

This has nothing to do with SQL. Try to keep the topics separate or it will be impossible to help you out. :)

Posted
where can i find tutorials for phpMyAdmin?

I'm not sure. I couldn't find any on the web. When I work with MySQL I never use myphpadmin except for very basic tasks, because I like to work with programs that have a clear GUI and can do things like backup my database to my local machine and see tables and data in a more practical way.

 

So I use this program:

 

MySQL Manager

http://www.ems-hitech.com/mymanager/

 

But I think MySQL.com are offering some free tools that do basically the same now.

 

Maybe Alexander or someone else can be more helpful here.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...