You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following example returns the name and the weight for all products for which either the weight is less than `10` pounds or the color is unknown, or `NULL`.
72
72
73
-
```
73
+
```sql
74
74
USE AdventureWorks2012;
75
75
GO
76
76
SELECT Name, Weight, Color
@@ -83,7 +83,7 @@ GO
83
83
## Examples: [!INCLUDE[ssSDWfull](../../includes/sssdwfull-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)]
84
84
The following example returns the full names of all employees with middle initials.
0 commit comments