select * from           tableName     where id = "1";
像这样一句select语句,如何才能截取到"tableName"呢?
不一定有where,也许会是order by