Hi there
I need some help. Supose 2 SQL tables (Master and movs). Every month i need to search active members of master and insert new records in the movs table, with some fields of the master and another fileds from program variables, like date andother stuffs. How should i write
the "insert into ... select statement"?
Is there another way to do it?
I'm new with SQL and i cant find the right way to write it ... Thanks for your help!
I need some help. Supose 2 SQL tables (Master and movs). Every month i need to search active members of master and insert new records in the movs table, with some fields of the master and another fileds from program variables, like date andother stuffs. How should i write
the "insert into ... select statement"?
Is there another way to do it?
I'm new with SQL and i cant find the right way to write it ... Thanks for your help!