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 Posted / 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 |
Post New Answer View All Answers
Explain what is mysql?
What are the three types of queries?
Does mysql support sequence?
What is the maximum size of table in mysql?
How do I insert an image into mysql workbench?
How do I rename a table in mysql workbench?
How to get a list of all tables in a database?
What are the types of database engines available in mysql?
how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.
Is mysql free download?
How to returns the columns and column information pertaining to the designated table.
What is session variable in mysql?
How to load data files into tables with 'mysqlimport'?
What is orm in mysql?
What is the limitation of mysql?