
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
11/Apr/06 12:37 AM
|
|
create table t2 (i1 char(1) for bit data default x'02');
throws the following error:
ERROR 42894: DEFAULT value or IDENTITY attribute value is not valid for column 'I1'.
|
|
Description
|
create table t2 (i1 char(1) for bit data default x'02');
throws the following error:
ERROR 42894: DEFAULT value or IDENTITY attribute value is not valid for column 'I1'. |
Show » |
|
SVN LOG: 53974