What will be the output?Select 'a' from table1 UNION select 1 from table2;

Showing Answers 1 - 3 of 3 Answers

gdngajudn

  • Nov 29th, 2007
 

Execution of this query will give an error.
We will get error in this Case as the the out put for table 1 is a string where as the the return of table 2 is a number and both are of different datatype.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions