雑記

投稿日 : 2005年5月18日 6:09

イチゴのシフォンケーキ

フィードバック

# re: 雑記

2005/06/19 2:58 by avi
--select id, parentid, title from blog_content where Title like '%nohhtatu%'

DECLARE @id varchar(20), @parentid varchar(20), @count int, @sum int, @feedback int
set @count=1

DECLARE mycursor CURSOR
FOR
SELECT id,parentid
FROM blog_content
where posttype =1
OPEN mycursor

FETCH NEXT FROM mycursor INTO @id, @parentid

WHILE (@@FETCH_STATUS <> -1)
BEGIN
IF (@@FETCH_STATUS <> -2)
BEGIN
SELECT @sum = count(*) from blog_content where parentid=@id
SELECT @feedback = FeedBackCount FROM blog_content where id=@id
--SELECT @count, @id, @sum, @feedback
Update blog_Content Set FeedBackCount = @sum where [ID] = @ID
--SELECT @sum = count(*)-1 from blog_content where parentid=@parentid
--SELECT @feedback = FeedBackCount FROM blog_content where id=@parentid
--SELECT @count as '#', @id as id, @parentid as parentid, @sum, @feedback
--DELETE blog_content where id=@id
--Update blog_Content Set FeedBackCount = @sum where [ID] = @ParentID
set @count = @count + 1
END
FETCH NEXT FROM mycursor INTO @id, @parentid
END

CLOSE mycursor
DEALLOCATE mycursor

# re: 雑記

2005/06/22 4:22 by avi
DECLARE @id varchar(20), @parentid varchar(20)

DECLARE mycursor CURSOR
FOR
SELECT id,parentid
FROM blog_content
where posttype =3 and Title like '%hcdgbkmqy%'
OPEN mycursor

FETCH NEXT FROM mycursor INTO @id, @parentid

WHILE (@@FETCH_STATUS <> -1)
BEGIN
IF (@@FETCH_STATUS <> -2)
BEGIN

DELETE blog_content where id=@id
Update blog_Content Set FeedBackCount = FeedBackCount-1 where id=@parentid

END
FETCH NEXT FROM mycursor INTO @id, @parentid
END

CLOSE mycursor
DEALLOCATE mycursor

# re: 雑記

2005/06/23 1:40 by avi
http://weblogs.asp.net/lhunt/articles/34680.aspx

# re: 雑記

2005/06/23 1:41 by avi
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_evtuv/html/etorisamples.asp?frame=true

# re: 雑記

2005/06/23 1:48 by avi
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/TodayScrn.asp

# re: 雑記

2005/07/10 18:00 by avi
HP Jornada 680e ¥25,960
http://www.expansys.jp/product.asp?code=PCS-PDA-0004

# re: 雑記

2005/07/10 18:01 by avi
Socket CF Bluetooth Card ¥11,285
http://www.expansys.jp/product.asp?code=SOCK-BTCF

# re: 雑記

2005/07/12 19:27 by avi
2.5mm 4極
http://www.tackdenshi.co.jp/item/PJ-01.html

# re: 雑記

2005/07/20 18:48 by avi
2.5to3.5
http://www.expansys-usa.com/product.asp?code=119294
http://www.pocketpctechs.com/main~unit~Audiovox_SMT5600-309~area~accessories-audio~item~PPCPADPT11.htm

# re: 雑記

2005/07/25 4:06 by avi
sig3 の充電ケーブル
http://d.hatena.ne.jp/kinoutobito/20050712#p2

# re: 雑記

2005/07/27 2:02 by avi
3.0x1.1mm
http://www.buhinya.com/02/dc-plug.html

# Sidebar

2006/12/16 10:34 by shino-blog
Sidebar
コメントの入力
タイトル
 
名前
 
Url
コメント