Viewing 15 posts - 991 through 1,005 (of 1,047 total)
Good question...
come to know that values in NOT IN works as AND not OR
i resposed to worng option 🙁
October 10, 2012 at 3:50 am
sorry I pasted wrong query-
this is the query below in which I am getting error-
alter view chk_sales
as
select * from SalesDates,
add constraint chk_unique unique values (id>2)
October 10, 2012 at 1:53 am
can anyone tell me how to add a constraint to a already created view?
I write as-
alter view chk_sales
as
select * from SalesDates,
add chk_unique constraint unique (id>2)
this is giving me error...
October 10, 2012 at 1:49 am
thanks Stewart for the explanation...
Learned something new today
October 10, 2012 at 1:33 am
Hi Hugo,
according to another QOD i.e view 5
there was condition that if a add a new column to the table (previously there were 5 columns) and didnt refresh the view...
October 10, 2012 at 1:16 am
OMG I confused that may ne
NOT BETWEEN '2012/1/2' AND '2012/1/5'
includes the dates used in not between clause also and i put 4 as answer...
🙁 🙁 🙁
Well, learn something new...
October 10, 2012 at 12:49 am
Hi,
I am new in field of DBA...
I just want to know that can we assign value to a variable through SELECT statement also as done in the
question
October 10, 2012 at 12:30 am
just flip the coin and give the answer and it was right :hehe:;-)
October 9, 2012 at 4:08 am
Hey Hugo,
Thanks a lot for the explanation...
Specially for the code which makes fun :-P.. learn new things from that 🙂
October 9, 2012 at 3:36 am
Viewing 15 posts - 991 through 1,005 (of 1,047 total)