}
@Test
public void buildSqlForSelectByIdsWhenMultipleIdColumnsAndTwoIds() throws Exception {
//given
final TableDescription table = new TableDescription("table", null, "num1", "num2", "num3");
//when
final String sql = sqlGenerator.selectByIds(table, 2);
//then