Viewing 5 posts - 1 through 5 (of 5 total)
The following statement doesn't work either. It still returns '1 1'
select
xmlData.query(for $s in (test/violation)
where data($s/Code) = "Minor"
...
July 28, 2008 at 12:15 pm
It is up to the user to deploy them in a database or a filegroup.
July 22, 2008 at 7:54 am
Its easier to select the data that needs to be inserted first, so in your example it can be something like:
insert into test(val,val2)
( select
CASE WHEN color = 'K'...
July 22, 2008 at 7:27 am
I don't know if this is what you were looking for but to add another column to the update statement, you will do something like :
UPDATE test
SET ...
June 5, 2008 at 12:45 pm
Viewing 5 posts - 1 through 5 (of 5 total)