Hi I want to combine selected columns from two tables and store those values into another table.
example im having a table name
class - classname location
and another table
student - studentid, name, classname
Attendance - combining the two tables only selected columns.
i.e studentid , classname, location
Tell how to insert the values into my table attendance.
Thanks in Advance...
You should use
INSERT...SELECT