aebstract Posted January 4, 2010 Share Posted January 4, 2010 CREATE VIEW sopaymentstatus AS SELECT SO.ID, POSTRANSACTION.ID FROM SO, POSTRANSACTION WHERE SO.ID = POSTRANSACTION.SOID Error: GDS Exception. 335544351. unsuccessful metadata update STORE RDB$RELATION_FIELDS failed attempt to store duplicate value (visible to active transactions) in unique index "RDB$INDEX_15" Link to comment https://forums.phpfreaks.com/topic/187159-error-creating-view/ Share on other sites More sharing options...
fenway Posted January 6, 2010 Share Posted January 6, 2010 That error is from some non-mysql, php wrapper. Link to comment https://forums.phpfreaks.com/topic/187159-error-creating-view/#findComment-989553 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.