2122 Table not found

Advantage Error Guide

Problem: The SQL engine could not find a table referenced in the SELECT statement. This error can occur with statements of the form "SELECT mytable.* …".

Solution: Verify that the table name or alias used in the SELECT list is correct.