how to get from table only one column and its downstair data?
from this:
http://lashatt.comoj.com/table1.JPG
show only this:
http://lashatt.comoj.com/table2.JPG
what will be mysql code of this?
how to get from table only one column and its downstair data?
from this:
http://lashatt.comoj.com/table1.JPG
show only this:
http://lashatt.comoj.com/table2.JPG
what will be mysql code of this?
Well, this isn't C++.
Also, I don't fully understand the question. You simply specify that Column before you perform the action. There's not much else to it.
SHOW column FROM table. this is yes am I right?
Yes, that's right.
No it's not. In SQL you'll need the SELECT statement:
SELECT yutis_raod FROM theTable;
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.