| ERROR | no column string in table |
| CAUSE | A table name or alias was used to qualify a column reference, but the column was not found in that table. Either the column was never defined or the column name is misspelled. |
| ACTION | Confirm that the column was defined and check the spelling of the column name. |