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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -