SitePoint Sponsor

User Tag List

Results 1 to 2 of 2

Thread: Queries

  1. #1
    ********* Addict DLG_1's Avatar
    Join Date
    Jun 2000
    Location
    Texas, USA
    Posts
    596
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Queries

    what are some differences between a MS Access 97 query and a SQLServer 2k query? syntax?

    are there any free tools (color coding, etc.) that are great for complex sql??

    great site for information?

    dlg

  2. #2
    ********* Addict DLG_1's Avatar
    Join Date
    Jun 2000
    Location
    Texas, USA
    Posts
    596
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    a few things:
    first, it wasn't written in MS Access SQL specific language, the query (over 750 lines of code) was written in Oracle.

    diff.
    trunc(number,[number of decimals])- truncates a number
    ----> (sqlServer2k) use CONVERT(CHAR(12), STRING)

    0 emptyColumnName (oracle)
    0 as emptyColumnName (sqlServer)


    dlg

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •