hi, i want to save the data entered during the day. this i would want to happen every last office hour of the day, say every 5:00p.
SELECT * from tbl_names WHERE DATE=today
but, how am i going to save the result into a text file?
hope you can share your valuable ideas to a newbie like me...
thanks in advance
SELECT * from tbl_names WHERE DATE=today
but, how am i going to save the result into a text file?
hope you can share your valuable ideas to a newbie like me...
thanks in advance