Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 149405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:07:32+00:00 2026-05-11T09:07:32+00:00

What is the syntax to specify a Left Join using pre ANSI-92 syntax (i.e.

  • 0

What is the syntax to specify a Left Join using pre ANSI-92 syntax (i.e. *=) when part of the Where clause has an ‘equal to some constant’ condition ? (in this case 100 is the constant)

Example:

  SELECT t1.ID, t.*  FROM (select * from SybaseTable where ID=1) t, SqlServerTable t1 WHERE t1.ID *= 100 and t1.SeqNo *= t.SeqNo  

In this case I want all records from derived table ‘t’, even if ‘t1’ has no match. I want t1.ID to return NULL in the Select clause when a matching row on SeqNo does not exist in ‘t’.

The error I am receiving is ‘Both terms of an outer join must contain columns’.

I am executing this query in SQL Server 2005 for now, but it will eventually be used against a Sybase implementation, which requires the old join syntax.

thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T09:07:32+00:00Added an answer on May 11, 2026 at 9:07 am

    I think this will do it, but you’ll have to test to be certain:

    SELECT t1.ID, t.*  FROM (select * from SybaseTable where ID=1) t, SqlServerTable t1 WHERE t.SeqNo *= t1.SeqNo AND 100 *= t1.ID 

    Notice that I reversed the order on the SeqNo part, to better indicated which is the left side of the join.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 214k
  • Answers 214k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I find the warning message a little suspicious. It tells… May 12, 2026 at 10:49 pm
  • Editorial Team
    Editorial Team added an answer The wave server will send you an update whenever a… May 12, 2026 at 10:49 pm
  • Editorial Team
    Editorial Team added an answer Yes, your updated version looks okay - although I'd say… May 12, 2026 at 10:49 pm

Related Questions

What is the regex syntax to use part of a matched expression in the
In this question , TofuBeer was having problems creating a genericized IterableEnumeration . The
What is the correct syntax for me to specify the return type hints for
I'm writing my first rails plugin and could use a little help. In a

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.