Hi!
I’m doing one Project in vb.net 2008 using mysql .In that
Project have the following Issues..
1.if one Employee getting Salary 1.2 lacs / annum means ..
After he getting 1st month Salary i want to show remaining
11 month salary.. How can i Create Trigger for this Problem
& How can i use it..
Answer / ram gopal verma
select * from employee where empdate BETWEEN DATE_FORMAT(NOW(), '%Y-01-%d') AND DATE_FORMAT(NOW() ,'%Y-05-%d')
Note- I u want (%Y-01-%d) means show February month to (%Y-05-%d) June months.
Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between timestamp and datetime in mysql?
How do I kill a mysql query?
Can python connect to mysql?
What is deterministic in mysql?
What is mysql protocol?
How do I edit a trigger in mysql?
What is the difference between truncate and delete in mysql?
Can you shard mysql?
What do I do if I forgot my mysql root password?
How do I automate a backup in mysql?
Explain the difference between procedure and function in mysql?
Is mysql written in c?