|
Log in | ||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
how do you set a default value of 0 to a field type of "Real" using sql
E.g. ALTER TABLE TB ADD COL REAL DEFAULT ? |
|
#2
|
|||
|
|||
|
"TC" <bob@bob.com> wrote in message news:3fd90147$1@wic040d.... > how do you set a default value of 0 to a field type of "Real" using sql > > E.g. ALTER TABLE TB ADD COL REAL DEFAULT ? > ALTER TABLE <TableName> ALTER COLUMN <ColumnName> SET DEFAULT 0; - Per |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: Change default host settings? | Hannes Danzl[NDD] | nexusdb.public.support.portal | 4 | 7th May 2010 07:17 AM |
| Change default host settings? | Hannes Danzl[NDD] | nexusdb.public.support.portal | 2 | 5th May 2010 08:06 AM |
| Problem setting timeout on trtchttpPortalClient | Terry | nexusdb.public.support.portal | 9 | 16th February 2010 11:29 AM |
| Help setting up ODBC | Justind | nexusdb.public.support.odbc | 1 | 28th September 2009 12:48 PM |
| Wrong values inserted | Ole Willy Tuv | nexusdb.public.support.sql | 0 | 20th October 2003 09:19 PM |