Hi everyone,
I haven't found anything on this topic so I'm just going to ask it.
I have a view that counts the number of classes (TtlClasses) an Instructor has taught. It is comprised of two tables, Instructors and Classes. And they are linked with a Left Outer Join on the Instructor table to show all Instructors, even those that have not taught a class.
Is it possible to set a default value of 0 in a view so that those Instructors who haven't taught a class (TtlClasses) doesn't just have a blank or null?
Thanks a bunch!
I haven't found anything on this topic so I'm just going to ask it.
I have a view that counts the number of classes (TtlClasses) an Instructor has taught. It is comprised of two tables, Instructors and Classes. And they are linked with a Left Outer Join on the Instructor table to show all Instructors, even those that have not taught a class.
Is it possible to set a default value of 0 in a view so that those Instructors who haven't taught a class (TtlClasses) doesn't just have a blank or null?
Thanks a bunch!