摘要:
COALESCE()这个函数是ASNI标准的SQL函数,MS SQL 和 Oracle都可以用 NVL()是Oracle独有的函数,功能与COALESCE()相同 而在 MS SQL中的ISNULL()函数功能与COALESCE()相同 1 SELECT NVL(FIELD,'*') FROM TA 阅读全文
摘要:
//以下默认的结构成员对齐为8字节 The following sample shows how to the pack pragma to change the alignment of a structure. // pragma_directives_pack.cpp #include <st 阅读全文