T
Tomer
I need to update the top first row of a table with a sql query,
I'v connected my ppc to a sql server 2000, and from the ppc i need to run
the query.
I know the query should look something like this:
update set code='xxx' (select top 1 * from tablename)
Any ideas?
Tomer.
I'v connected my ppc to a sql server 2000, and from the ppc i need to run
the query.
I know the query should look something like this:
update set code='xxx' (select top 1 * from tablename)
Any ideas?
Tomer.