recommend basic SQL book on DB2?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nolanmadson@gmail.com

    #1

    recommend basic SQL book on DB2?

    Can anyone share their recommendation for a basic book on SQL syntax
    in DB2? I'm a Teradata/ Oracle/ MSSQL Server/ MS Access user with no
    DB2 experience. Most of my work problems have to do with date and
    string manipulation queries, exporting data to another platform.

    Thx,
    Nolan

  • Lennart

    #2
    Re: recommend basic SQL book on DB2?

    On Feb 21, 5:29 pm, nolanmad...@gma il.com wrote:
    Can anyone share their recommendation for a basic book on SQL syntax
    in DB2? I'm a Teradata/ Oracle/ MSSQL Server/ MS Access user with no
    DB2 experience. Most of my work problems have to do with date and
    string manipulation queries, exporting data to another platform.
    >
    Thx,
    Nolan
    Check out:



    HTH
    /Lennart

    Comment

    • Brian Tkatch

      #3
      Re: recommend basic SQL book on DB2?

      On 21 Feb 2007 07:29:57 -0800, nolanmadson@gma il.com wrote:
      >Can anyone share their recommendation for a basic book on SQL syntax
      >in DB2? I'm a Teradata/ Oracle/ MSSQL Server/ MS Access user with no
      >DB2 experience. Most of my work problems have to do with date and
      >string manipulation queries, exporting data to another platform.
      >
      >Thx,
      >Nolan
      From the online books, SQL Reference 1 and 2, and the command
      reference.

      Use SQL 1 for query structure and catalog TABLEs, use 2 for FUNCTIONs.
      The Command Reference is about the CLP command like CONNECT and LOAD.

      B.

      Comment

      • Harold Trammel

        #4
        Re: recommend basic SQL book on DB2?

        Lennart wrote:
        On Feb 21, 5:29 pm, nolanmad...@gma il.com wrote:
        >Can anyone share their recommendation for a basic book on SQL syntax
        >in DB2? I'm a Teradata/ Oracle/ MSSQL Server/ MS Access user with no
        >DB2 experience. Most of my work problems have to do with date and
        >string manipulation queries, exporting data to another platform.
        >>
        >Thx,
        >Nolan
        >
        Check out:
        >

        >
        HTH
        /Lennart
        >
        Graeme's Cookbook is superb. Excellent examples, good explanations, and
        thorough coverage.

        Comment

        Working...