No matching records found
-
I use SQL Query
SELECT p.emp_code, p.first_name, p.last_name, DATE(t.punch_time) AS date, MIN(TIME(t.punch_time)) AS time_in, MAX(TIME(t.punch_time)) AS time_out FROM wp_dbo_personnel_employee p JOIN wp_dbo_iclock_transaction t ON p.emp_code = t.emp_code GROUP BY p.emp_code, p.first_name, p.last_name, DATE(t.punch_time)
The problem is that it can’t be searched.
” No matching records found “
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘No matching records found’ is closed to new replies.