Forum: MySQL Mar 5th, 2008 |
| Replies: 1 Views: 458 hi
i want to know how to fetch data by giving more than two condition...please tell me wat should i use
eg
i have a query
SELECT * from post_resume WHERE ind_type='IT'and career='Engineering'... |
Forum: MySQL Dec 19th, 2007 |
| Replies: 8 Views: 1,072 |
Forum: MySQL Dec 19th, 2007 |
| Replies: 8 Views: 1,072 thanks it is working.........
i have a form where the candidate id,from-date and to-date will be given by the user..based on tat i want to exact data from the table
SELECT * from attend where... |
Forum: MySQL Dec 19th, 2007 |
| Replies: 8 Views: 1,072 Subquery returns more than 1 row |
Forum: MySQL Dec 18th, 2007 |
| Replies: 8 Views: 1,072 i have three table
1st viewleave
2nd applyleave
3rd personal
based on the leaveid in viewleavetable i wnt to fetch the spid in the second table,based on the spid i want to select spid email... |