MySQL Forums
Forum List  »  Quality Assurance

mysql query
Posted by: uday vanaparthi
Date: November 27, 2012 09:48AM

>create table emp(empid int,name varchar2(10));
insert into emp values (1,'uday'),(2,'kumar');

Q) why the o/p is (colomun name as 3 and data as 3)
>select 3 from emp;



please any one help me out .

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql query
2176
November 27, 2012 09:48AM
1454
November 28, 2012 04:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.