この小さなクエリでエラーを見つけ出すには、ここで誰でも助けてください。(またはSLVが未定義)Informixデータベース
select count(txno) as c1, rxno from mrgrxtxt
where c1>1
group by rxno;
エラー:私はWHERE句(where c1 >1
)をコメントアウトした場合[Error Code: -217, SQL State: IX000] Column (c1) not found in any table in the query (or SLV is undefined).
、それが正常に実行されます。