摘要:
1. IS NULL 与 IS NOT NULL不能用 null 作索引, 任何包含 null 值的列都将不会被包含在索引中。 即使索引有多列这样的情况下,只要这些列中有一列含有 null,该列就会从索引中排除。也就是说如果某列存在空值,即使对该列建索引也不会提高性能。任何在 where 子句中使用... 阅读全文
摘要:
转载自 http://www.open-open.com/lib/view/open1391348644910.htmlusing System.IO; using System.Drawing; using System.Drawing.Imaging; using System; nam... 阅读全文