Hi all,
I need to update a row in a table, but without prior knowledge of the column names. A website somewhere said that it was possible to use wildcards and so i tried the following query:
UPDATE clients SET * = ('tom','jones');
but this returns a syntax error at '*'.
anyone got any ideas? thx for your time
felix
I need to update a row in a table, but without prior knowledge of the column names. A website somewhere said that it was possible to use wildcards and so i tried the following query:
UPDATE clients SET * = ('tom','jones');
but this returns a syntax error at '*'.
anyone got any ideas? thx for your time
felix