lashatt2 -5 Light Poster 14 Years Ago 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? mysql 0 0 Reply with Quote Share Recommended Answers Collapse Answers Answered by smantscheff 265 in a post from 14 Years Ago No it's not. In SQL you'll need the SELECT statement: SELECT yutis_raod FROM theTable; Jump to Post All 4 Replies Red Goose 21 Junior Poster 14 Years Ago 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. 0 0 Reply with Quote Share lashatt2 -5 Light Poster 14 Years Ago SHOW column FROM table. this is yes am I right? 0 0 Reply with Quote Share Red Goose 21 Junior Poster 14 Years Ago Yes, that's right. 0 0 Reply with Quote Share smantscheff 265 Veteran Poster 14 Years Ago No it's not. In SQL you'll need the SELECT statement: SELECT yutis_raod FROM theTable; 0 0 Reply with Quote Share Share Facebook Twitter LinkedIn Reply to this topic Be a part of the DaniWeb community We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge. Sign Up — It's Free!
Red Goose 21 Junior Poster 14 Years Ago 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. 0 0 Reply with Quote Share
lashatt2 -5 Light Poster 14 Years Ago SHOW column FROM table. this is yes am I right? 0 0 Reply with Quote Share
smantscheff 265 Veteran Poster 14 Years Ago No it's not. In SQL you'll need the SELECT statement: SELECT yutis_raod FROM theTable; 0 0 Reply with Quote Share