LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SQL Query

Hii

 I am having one MYSQL database in that i am having one column in a table as Status which has
1.Pending
2.Pending
3.over
4.over
5.Pending

  Likewise now i want to took the Pending data alone in MySQL database .. 
  Now i want to know the query for that.....
0 Kudos
Message 1 of 3
(2,791 Views)
You should look at some of the many SQL tutorials on the web. Your question
doesn't seem to be LabVIEW related, although it's not really clear what you
mean.

Normally:

SELECT columnname FROM tablename;

Should get you the results from one column.

Regards,

Wiebe.


0 Kudos
Message 2 of 3
(2,763 Views)
A good SQL tutorial that I've used many times over the past few years is at http://www.w3schools.com/sql/default.asp.  That should get you through an introductory level.


-------------------
Greg
Certifed LabVIEW Developer
0 Kudos
Message 3 of 3
(2,736 Views)