![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The following ALTER TABLE statement in ISQL genterates a syntax error (syntax error near UNIQUE). What am I doing wrong? ALTER TABLE dba.po_line MODIFY record_id UNIQUE SQLA 8.0.3 TIA Mike |
#3
| |||
| |||
|
|
I think it should be: ALTER TABLE dba.po_line ADD UNIQUE (record_id) *Untested* Mike Marston wrote: The following ALTER TABLE statement in ISQL genterates a syntax error (syntax error near UNIQUE). What am I doing wrong? ALTER TABLE dba.po_line MODIFY record_id UNIQUE SQLA 8.0.3 TIA Mike |
![]() |
| Thread Tools | |
| Display Modes | |
| |