Jump start to migrate from mssql to mysql (no replies)
(MySQL.com) I am migrating from mssql express to mysql. I am writing a ssis package which will create many tables first. But it should only create a table if it does not exist.
I have something like this
set @test = 0;
SELECT (@test := count(*)) as Fou