Forum: MySQL Sep 17th, 2008 |
| Replies: 4 Views: 632 in my table i have stored id like this
id name c_id
insert into (id,name,c_id)values( 1, john, 4,10,12,13,15)
Now i need seach id 10 avilable this row.how to write query,
Hope you clear |
Forum: MySQL Sep 17th, 2008 |
| Replies: 4 Views: 632 hi friends
I need the query , I have stored the ids like this 4,10,12,13,14 in one filed.
I need to search the id 4 avaliable in the one filed , how to search the number one single... |
Forum: MySQL Sep 15th, 2008 |
| Replies: 10 Views: 1,145 Yes I have checked and complete the task .Thanks for you. |
Forum: MySQL Sep 10th, 2008 |
| Replies: 10 Views: 1,145 Cool .Let em check and let you know any doubt |
Forum: MySQL Sep 10th, 2008 |
| Replies: 10 Views: 1,145 I need the query for every month , I need the query to get the values every month.
Any Idea |
Forum: MySQL Sep 10th, 2008 |
| Replies: 10 Views: 1,145 hi
Thanks for your reply
Table structure here
CREATE TABLE IF NOT EXISTS `invoice` (
`id` int(11) NOT NULL auto_increment,
`instance_id` int(11) NOT NULL default '0',
`project_id`... |
Forum: MySQL Sep 10th, 2008 |
| Replies: 10 Views: 1,145 Hi Friends
I am working to draw a graph . I need to get the data monthly, for example JAN total hours FEB total hours ,
How to write the query get the total values per month?
Advance... |
Forum: MySQL Aug 4th, 2008 |
| Replies: 6 Views: 3,035 is it possibrl
I need a hlp how to connect outlookexpress with mysql, so that i hav to store data from outlook express to mysql. |
Forum: MySQL Aug 4th, 2008 |
| Replies: 6 Views: 3,035 Why its not possibe.Please clarify
I need the same functionlity |
Forum: MySQL Jan 7th, 2008 |
| Replies: 3 Views: 996 hi friends
Try this syntax
Select * from bOrders b1 , bUsers u1 where b1.userid=u1.userid and u1.email= 'john@abc.com' |
Forum: MySQL Jan 7th, 2008 |
| Replies: 8 Views: 1,063 Hi friends
Please chk this query this also help for you
SELECT *
FROM applyleave a1, viewleave v1, personal p1
WHERE a1.leaveid = v1.leaveid
AND a1.spid = p1.spid
LIMIT 0 , 30 |
Forum: MySQL Mar 15th, 2007 |
| Replies: 2 Views: 3,042 6 fields in your table but u inert only 5 values
char must be single quote |
Forum: MySQL Jan 17th, 2007 |
| Replies: 1 Views: 891 Can any one tell me what is the lastest released version (not a alpha or beta version) of MYSQL? |