Database System Tips: MySQL Query Error

Time: 2013-6-20 3:06am
Script:

SQL: SELECT DISTINCT t5.* FROM `***categories` AS t1 INNER JOIN `sub_subject` AS t2 ON t2.subject=t1.cateid INNER JOIN `sub_sub_subject` AS t3 ON t3.sub_subject=t2.id INNER JOIN `book2subjects` AS t4 ON t4.sub_sub_subject=t3.id INNER JOIN `***blogs` AS t5 ON t5.blogid=t4.book WHERE `blogid` IN (74,,169555,169580,169716,169771,169814,169820,301975,302328,302340,302368,302964,304180,304875,305652,305656,305660,305672,305820,305980,305984,307336,307402,307491,307496,307567,307570,307572,307586,307943,307978,307987,308017,308056,308277,308285,308288,308488,308540,308648,308764,308775,308923,308931,309163,309189,309256,309370,309456,309539,309556,309588,309649,309751,309938,309968,311645,311990,312095,312406,312579,312618,312859,313023,313417,313431,313541,313546,313752,313791,313950,313960,314005,314107,314118,314166,314312,358682,358788,358809) AND `property`<'2' ORDER BY `sticky` DESC, `pubtime` DESC LIMIT 0, 10
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '169555,169580,169716,169771,169814,169820,301975,302328,302340,302368,302964,304' at line 1
Errno.: 1064