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 |
How would concatenate strings in mysql?
what is the size of date datatype in sql?
Query to select passwords from a table having a column "Password" Whose length is b/w 8 &15 and having 'A' as the first character in the password irrespective of case.
How can an index be declared in mysql?
How do you create a schema?
Explain MySQL architecture?
How would you backup and restore a big MySQL database? What are the advantages of the approach which you have taken over the others?
Can mysql store files?
How to convert character strings to dates?
Which statement is used to delete a table in MySQL.
How do I rename a table in mysql?
How to drop an existing index in mysql?