in lib/common/utils/statementBuilder.util.ts [41:44]
public from(table: string): StatementBuilder { this._from = this.removeKeyword(table, this.FROM); return this; }