All Tags »
mysql unknown
Sorry, but there are no more tags available to filter with.
-
Hello guys,
I'm having quite a hairy problem when generating code for a view on MySQL. I'm using MySQL server version '5.0.27-community-nt', on a Windows XP SP3 machine, with MyGeneration 1.3.0.3 and ES2008.
I create the view like this:
Code:CREATE VIEW ClientList AS SELECT Id, ReferenceNumber AS Reference, FirmName AS Name, Address1 AS ...