| Author |
Change column size
|
Joel Christophel
Ranch Hand
Joined: Apr 20, 2011
Posts: 119
|
|
|
How would I go about changnig the size/length of a column? (e.g. 25 characters)
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
Use the ALTER [table_name] ALTER COLUMN [column_name] command.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Change column size
|
|
|