Hi Kranthi!
Kranthi schrieb:
> Hi ,
>
> I am migrating the database from mssql server to Mysql.i am getting
> problem with newid(),I don't know about newid(),i am using mysql migration
> tool kit.
>
> if anybody knows please help me.
>
> Ex:
>
> CREATE TABLE cust
> (
> cust_id uniq
Hi,
On 08/13/10 09:34, Kranthi wrote:
> I am migrating the database from mssql server to Mysql.i am getting
> problem with newid(),I don't know about newid(),i am using mysql migration
> tool kit.
>
> if anybody knows please help me.
Would using the UUID() MySQL function work for you
Hi ,
I am migrating the database from mssql server to Mysql.i am getting
problem with newid(),I don't know about newid(),i am using mysql migration
tool kit.
if anybody knows please help me.
Ex:
CREATE TABLE cust
(
cust_id uniqueidentifier NOT NULL
DEFAULT newid(),
company va