java操作两次SELECT语句如何读取所有字段。如SELECT * FROM city; SELECT * FROM country;
如SELECT*FROMcitywhereCode='AFW';SELECT*FROMcountrywhereCode='AFW';city的ID,Code,cityNa...
如SELECT * FROM city where Code='AFW';
SELECT * FROM country where Code='AFW';
city的ID,Code,cityName,Population
和Country的Code,CountryName,GNP有很多字段。
现在我在java中想展现
ID,cityName,GNP如何实现?
是否依然通过rs.getString(1)这种方法读取?
通过Jtable展示内容 展开
SELECT * FROM country where Code='AFW';
city的ID,Code,cityName,Population
和Country的Code,CountryName,GNP有很多字段。
现在我在java中想展现
ID,cityName,GNP如何实现?
是否依然通过rs.getString(1)这种方法读取?
通过Jtable展示内容 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询