IF OBJECT_ID ('dbo.VW_Article') IS NOT NULL DROP VIEW dbo.VW_ArticleGOCREATE VIEW VW_ArticleASSELECT a.id, a.accountid, a.title, a.content, b.name, c.displayname, a.soul, a.istop, a.readtimes, a.keywordsFROM tong_blog_article a LEFT JOIN tong_article_catego... Read More
posted @ 2013-05-29 10:38 梦醒心晴 Views(144) Comments(0) Diggs(0)