Hey all i am trying to figure out how to go about inserting a new record using the following query:
SELECT user.id, user.name, user.username, user.email,
INSERT INTO Test([col1],[col2]) ( SELECT a.Name AS [col1], b.sub AS [col2] FROM IdTable b INNER JOIN Nametable a ON b.no = a.no )