











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
Noorali Issani
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
alter command
Dear Professional
The following command giving me an error,
alter table make
alter column make_flag char(1) default 'Y'
"ERROR NEAR TO DEFULT KEY"
REGARDS
Noor
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.449 / Virus Database: 251 - Release Date: 1/27/2003
Report this post to a moderator
|
|
02-06-03 10:23 AM
|
|
Alan Davis
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: alter command
You cannot add or remove a default constraint with the alter column
clause of the alter table statement.
You must first remove the default table contra inst bound to column
(if there is one) then add the new default constraint.
Example
alter table make
drop constraint make_Flag_Default
alter table make
add constraint make_Flag_Default default 'Y' for make_flag
On Thu, 6 Feb 2003 15:45:42 +0500, "Noorali Issani"
<noor@mail2000.com> wrote:
>Dear Professional
>
>The following command giving me an error,
>
>alter table make
>alter column make_flag char(1) default 'Y'
>
>
>"ERROR NEAR TO DEFULT KEY"
>
>REGARDS
>Noor
>
>
>---
>Outgoing mail is certified Virus Free.
>Checked by AVG anti-virus system (http://www.grisoft.com).
>Version: 6.0.449 / Virus Database: 251 - Release Date: 1/27/2003
>
Report this post to a moderator
|
|
02-06-03 11:23 AM
|
|
|
Featured site: MCSE, MCSD, CompTIA, CCNA training videos
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF. |
|
ExamNotes forum archive
|