Kevin Beck

882
reputation
116 views

Registered User

name Kevin Beck
member for 1 year
seen Dec 10 at 19:25
website
location Portland, OR
age 47
Software engineer at IBM, working on Data Studio, DB2
Oct
13
answered Flex compiler error: “please put definition in a package” for classes that ARE in a package
Oct
13
asked Flex compiler error: “please put definition in a package” for classes that ARE in a package
Oct
6
comment Is there a way to automate importing projects into Eclipse?
Forgot to mention, I am using ClearCase for version control. Most of these project I will never need to check out. I just need them imported into my workspace so I can build.
Oct
6
revised Is there a way to automate importing projects into Eclipse?
added 50 characters in body
Oct
6
asked Is there a way to automate importing projects into Eclipse?
Oct
4
awarded  Yearling
Sep
29
awarded  Nice Answer
Aug
2
accepted Is there a need to close file descriptors before exit?
Jul
20
awarded  Popular Question
Jul
14
comment how to use asutime limit for stored proc?
Which platform? ASUTIME has no effect for DB2 LUW.
Jul
9
accepted What is the purpose (or use case) for an outer join in SQL?
Jul
9
revised What is the purpose (or use case) for an outer join in SQL?
added 1 characters in body
Jul
9
comment What is the purpose (or use case) for an outer join in SQL?
The use case I described is typically done as a left outer join, you get all rows from the left table (customers) and matching rows from the right (purchases). To guarantee that all rows from BOTH tables are represented in the result, you would use a full outer join.
Jul
9
answered What is the purpose (or use case) for an outer join in SQL?
Jul
9
revised DB2 SQL code to extract stored procedures
edited tags