in reply to Re: Re: Searching (sybase) Database and SQL help (was: Neophyte needs help.)
in thread Searching (sybase) Database and SQL help (was: Neophyte needs help.)

Whoops. I'm currently using SQL Server which does allow these types of things and so I thought|assumed that Sybase did too.

A lesson to all you young Monks out there - this is what happens when you don't test your code (or look in the book to make sure it'll work).

Going from Sybase to Oracle and now to SQL Server has left me confused on who allows what. I guess I could stay with just the 'core' bits, but that takes all the fun out of things.

Pat

  • Comment on Re: Re: Re: Searching (sybase) Database and SQL help (was: Neophyte needs help.)

Replies are listed 'Best First'.
Re: Re: Re: Re: Searching (sybase) Database and SQL help (was: Neophyte needs help.)
by mpeppler (Vicar) on Jun 28, 2002 at 15:10 UTC
    Yeah - MS-SQL (and Oracle) have added a lot of syntactic sugar at the SQL level...

    Michael