S02033
Error Code
S02033
Error Message
The FROM clause must be followed by a table. RefId:S02033
Probable Causes
The FROM clause must be followed by a table, or join clause/subquery that returns a table.
For example, the error will occur if a vector is specified the FROM clause.
vec = [1, 2, 3]
select * from vec
Solutions
Check the object specified in the FROM clause.