Quick Search:
 
 mySQL: Move position of mySQL field Jump to:  
Category: >> mySQL >> Move position of mySQL field  

<< lastnext >>

Snippet Name: Move position of mySQL field

Description: Move field position while still retaining its content.

Comment: (none)

Language: MYSQL
Highlight Mode: MYSQL
Last Modified: March 01st, 2009

ALTER TABLE table_name 
MODIFY field_name field_type [NULL|NOT NULL] 
AFTER other_field_name;
 
 


 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org