MySQL Forums
Forum List  »  Newbie

Every derived table must have its own alias
Posted by: Dileep Vakkalanka
Date: October 12, 2015 03:17PM

for Simple insert
INSERT INTO `ap_workflow1` (`UniqueID`,`LinmarUID`,`InvNumber`,
`PONumber`,`Attachments`)
select * from (
SELECT `UniqueID`,`LinmarUID`,`InvNumber`,
`PONumber`,`Attachments`
FROM `ap_workflow`) ;

I'm getting Every derived table must have its own alias any reason

MySQL Query

Options: ReplyQuote


Subject
Written By
Posted
Every derived table must have its own alias
October 12, 2015 03:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.