Hi, I'm trying to do a select statement from within a DB Read step and I was wondering if it is possible to use a variable for the table being selected from. For example, this would be the select statement without a variable:select * from table wher...