| Recent Answers from Melvin Davidson |
 |
2008-11-17 SQL command: Hello tennis_girl, Please note this site is designed to answer questions of a more complicated nature, but I will answer this one final simple question. You should use: http://archives.postgresql...
|
2008-11-16 SQL commands: Hello again tennis_girl. I highly recommend you go to http://archives.postgresql.org/pgsql-novice/ and click the link to subscribe to that list. It is designed for beginner questions such as...
|
2008-11-16 select employees with their direct manager: Hello again tennis_girl, This is a very basic SQL query. As I do not have complete details, the solution should be similar to below. SELECT e.ename as employee, m.ename as manager,...
|
2008-11-16 not using a function: Oops, Once again, there was an omission. The correct statement is below: Statement 1 using COALESCE ================================================================== SELECT name, salary...
|
2008-11-15 not using a function: Dear tennis_girl, My apologies, For some reason, this site removed the plus sign from the statements when I ran spell check. I have re-entered them below. Statement 1 using COALESCE ==================================================================...
|
| More Answers for "PostGreSQL" |