TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nazneen Sayed
NA
32
4.3k
inserting values of RFID and finding associated EMPID
Mar 8 2017 2:40 AM
Hi,
i am trying to bulid an Attendance system project and need a Query for inserting values into my dbTable which has two FIelds RFID and EmpID.
the RFID Field can be saved multiple times and need to find EmpID associated each time card is swaped.
so far i have tried :
INSERT INTO dbTable (RFID,EmpID) SELECT TagID,EmpID FROM EmpTable
i dont see any results though. the RFID which will be number of times must be saved at rumtime and i want associated EmpID next to it so that i can identify which user swapped card how many times.
any suggestions?
Reply
Answers (
6
)
Stored Procedure to divide two columns and store the result
storing huge data