每条记录有6-8个属性,这些属性由单个制表符拆分。我想让初学者将一些给定的属性复制到另一个文件中。个令牌中的第二个也是最后一个令牌:st.nextToken(); //get rid of the first tokenSystem.out.println(st.nextToken()); //show me the second token
st.nextToken();
我正在使用Oracle示例:2) 1,2,3,5,11第一个例子是我遇到的问题。我正在编写一个select查询,如: SELECT * from Table where Value IN (1,2,3,6-8,9-11)SELECT * from Table where Value IN (1,2,3,6,7,8,9,10,1