MikeBronner
Programmer
Hey All!
I've been reading up on the UPDATETEXT functionality, and it seems like a step in the right direction, however: I am unable to find any examples that update text fields based on query results.
I'm looking for something like this:
I know that the syntax is probably more akin to the UPDATETEXT functionality, however, I don't yet know how to incorporate a multi-result select statement into it.
Any ideas?
Take Care,
Mike
I've been reading up on the UPDATETEXT functionality, and it seems like a step in the right direction, however: I am unable to find any examples that update text fields based on query results.
I'm looking for something like this:
Code:
UPDATE target_table SET target_field = source_table.source_field FROM source_table
I know that the syntax is probably more akin to the UPDATETEXT functionality, however, I don't yet know how to incorporate a multi-result select statement into it.
Any ideas?
Take Care,
Mike