I try to Update a field of a table using this statement
UPDATE Table SET field="Forget.......(long text)" WHERE id=1
and I get this error
The identifier that starts with 'Forget your bus excursions. Marta Patiño takes a trip out of this world at La Laguna's Science Museum. In April 2001, De' is too long. Maximum length is 128.
What is wrong?
UPDATE Table SET field="Forget.......(long text)" WHERE id=1
and I get this error
The identifier that starts with 'Forget your bus excursions. Marta Patiño takes a trip out of this world at La Laguna's Science Museum. In April 2001, De' is too long. Maximum length is 128.
What is wrong?