Click here to Skip to main content
16,013,925 members

Comments by alok0000 (Top 22 by date)

alok0000 20-Aug-15 0:35am View    
I tried a Lot But I dunno How to work Out, Please help.
alok0000 10-Feb-15 6:04am View    
Ok thank you for your guidance on how to post a question. Regret my question hurt you a lot. Sorry
alok0000 10-Feb-15 5:24am View    
I have no time to argument. if you have answer then reply.. if you are code project owner then delete my question marking it as a wrong. Thank you.
alok0000 10-Feb-15 4:57am View    
Hi, Actually i knows that option d is true, but i asked because in www.indiabix.com i found another option. It can be created on
primary and foreign key. Hence i need an explanation. I did not ask something like you are going to do my home work thank you
alok0000 3-Feb-15 7:04am View    
Deleted
CREATE PROCEDURE `Schema`.`BKP` ()
BEGIN
Declare v_count INT;
SET v_count = 1;
WHILE v_count > 0 DO
delete from table1 output deleted.* into table2
where id in
(select id
from tabl1
where last_updated <= '2010-07-13 20:06:09' limit 50)
END WHILE;
END

This is my code..