Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
faqts
:
Computers
:
Databases
:
MySQL
:
Language and Syntax
:
Queries
: Alter Table
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
There are no folders in this category
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
How can I rename a table?
How can I change the order of columns in a MySQL table?
How can I change a field name?
Why can't I change varchar columns in a table to be type char?
How can I add a column to a table?
Random Questions
How can I add a column to a table?
How can I add a column to a table?
Why can't I change varchar columns in a table to be type char?
How can I rename a column in a table?
How can I make my table use char columns instead of varchar?
How can I add a column to a table?
Why can't I change varchar columns in a table to be type char?
How can I make my table use char columns instead of varchar?
How can I rename a column in a table?
How can I change a field name?
How can I change the order of columns in a MySQL table?
How can I move a table field to a new position?
How can I rename a table?
Unanswered Questions
How can I reorder the rows in a table? 'alter table tb1 order by col' doesn't work.
Can the ALTER statement be used in mysql_db_query? I get a permission error even though I can CREATE