Using subquery with mysql error -


O people are new to mysql and I try code from to without using a table I am> with a subquiry in Mysql.

I choose the two table from

  to choose from * (select selectable example (somename) v  

My table structure

Make table table (id INT not zero, name VARCHAR (20) No zero, no age not INT, address sheet (25), pay decimal (18, 2), primary key )); Enter the customers (ID, name, age, address, salary) values ​​(1, 'F', 2,3,5);

I know that this is a stupid idea ... but I just want to know that it can be done by selecting subquarium without using the table name.

Thanx in advance ..


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -