mssql2mysql icon indicating copy to clipboard operation
mssql2mysql copied to clipboard

Tables with Name User

Open leykevin opened this issue 7 years ago • 2 comments

Nice Script. I had Problems with the type "real" but i had fixed by myself. I have some Tables with the Name "User". I had try to set this with quotation marks like '´ or `, but it doesn't help. Can someone help here?

leykevin avatar Jun 16 '17 20:06 leykevin

Hello,

I'm sorry for a very very late response. Is this problem still relevant?

Can you explain more details?

matriphe avatar Jul 19 '17 13:07 matriphe

I edit the line 184 to the following. $sql = "SELECT * FROM [".$table."]"; //UPDATE [] <- INSERTED

leykevin avatar Dec 04 '17 17:12 leykevin