Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 16044

[RESOLVED] Deprecated Join Syntax

$
0
0
I am in the process of converting a legacy VB6 (started as VB3) application to Angular (front-end) and C# (back-end).

The code makes use of deprecated join syntax everywhere. The one that most commonly see is the left outer join tableA.column *= tableB.column

However, I've come across one where the FROM clause is setup similar but the WHERE clause uses just an equal sign. E.g.:
Code:

SELECT
    ...
FROM
    TableA, TableB
WHERE
    ...
    AND TableA.Column = TableB.Column

I just assumed that this meant that it was an inner join, but I wanted to verify that here first before I replace it.

Viewing all articles
Browse latest Browse all 16044

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>