| 
					
						 Hi all,
  I am using java with db2. When i execute the query it returns a Row number at 0th position
  Example Query:select first_name,last_name,age from sample
  IN TABLE first_name last_name age Chandara sekaran 25
  Excepted Result In 0th Position:Chandara In 1st Position:sekaran In 2nd Position:25
  Actual Result In 0th Position:1 In 1st Position:Chandara In 2nd Position:sekaran In 3rd Position:25
  I want to know why the query return the row number When i execute in toad ,it is executing fine
  Could any one help me plz....
  Regards Chandarasekaran Myilsamy 
					
  
						
					 |