Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
it is a simple error. It means one of the fields you define has a similar name to one of the fields already part of the table. All fields in one table must have a unique name
There's no way we can see if there are matching field names or not, since you're loading * from another table... presumably, one of the new fields you're adding has a name identical to something in that previous load.
it is a simple error. It means one of the fields you define has a similar name to one of the fields already part of the table. All fields in one table must have a unique name
But there is no matching filed names within the table still i am getting the error.
There's no way we can see if there are matching field names or not, since you're loading * from another table... presumably, one of the new fields you're adding has a name identical to something in that previous load.