Archive for August, 2007
Wedding SQL Procedure
6CREATE PROCEDURE MyMarriage
@ BrideGroom Char(NotBad),
@ Bride Char(Good);AS
BEGINSELECT Bride FROM USA_ Brides
WHERE
FatherInLaw = ‘Millionaire’ AND
CarCount > 2 AND
HouseStatus =’TwoStoreyed’ AND
BrideEduStatus= ‘PGorAbove’ AND
HavingBrothers= ‘NO’ AND
HavingSisters =’No’ AND
AllowRelocate =’YES’;SELECT Gold ,Cash,Car,BankBalance FROM FatherInLaw; UPDATE MyBankAccout SET MyBal = MyBal + FatherinLawBal;
UPDATE MyLocker SET MyLockerContents = MyLockerContents + FatherinLawGold;
INSERT INTO MyCarShed VALUES (’BMW’);END;
GO
Popularity: 1% [?]
Help me; I’ve got a virus in my mouse !!
3Hi All,
I have a very sincere request to all of you. Please don’t send files that are contaminated with virus to me or anyone. One of you (I don’t know who) had sent a virus file to me and damaged my mouse drivers very seriously. I have attached the details of what has happened (please check the 1st Comment). Hopefully, you’ll be careful next time.
Popularity: 1% [?]










Recent Comments