do_singh
04-07-2008, 10:27 AM
hope someone can help.
i'm trying ot get the data from one table in to another and have written the script below
INSERT INTO UDNA_UG_ID
SELECT UG_ID
FROM USERS
WHERE (UG_ID = USER_DNA_TEST.UDNA_U_ID)
but it's not working
any hints
i'm trying ot get the data from one table in to another and have written the script below
INSERT INTO UDNA_UG_ID
SELECT UG_ID
FROM USERS
WHERE (UG_ID = USER_DNA_TEST.UDNA_U_ID)
but it's not working
any hints