description: "Transact-SQL reference for int, bigint, smallint, and tinyint data types. These data types are used to represent integer data." [!INCLUDE [sql-asdb ...
いろいろTipsを書き残しておきますが、8.4辺りの古い内容です。 今回はSQL関連です。多少役に立つと思います。 内部結合はOracleと同じ。 外部結合はJOINで書く。 ・t1 JOIN t2 ON t1.a=t2.a:内部結合 ・t1 LEFT [OUTER] JOIN t2 ON t1.a=t2.a:左外部結合 (Oracleなら where t1.a ...
Your browser does not support the audio element. Quite often in my practice, I see people use varchar fields with a small and limited number of available options. Let ...