Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DB2があり、次のクエリがあります
SELECT t1.MyName, t2.MySalary FROM Employee t1 CROSS JOIN Salary t2
次の例外が発生しました:
「me FROM "Employee" t1」に続いて、予期しないトークン「CROSS」が見つかりました。予想されるトークンには次のものが含まれる可能性があります: "".. SQLCODE=-104、SQLSTATE=42601