Does anyone have an example of how something like that might be accomplished? I am familiar with style sheets but do not know how how to work with inline CSS.
I don't know if I understand correct, but I think you can accomplish what you want with a WHERE clause on the update statement since you are also passing the old values.
UPDATE blah blah blah WHERE sqlField=oldValue AND sqlField2=oldValue2
sqlField and sqlField2 are the columns in the...
Hello!
I have a TreeView populated via database. One of the nodes is populated with information from two columns and I need a good clean way of aligning the information from the second column and spacing it away from the first for readability and prettiness. Note that the text from the...
sorry Borislav for not being clear. My problem is i have data like this:
categoryId categoryAuthor
1 Jim
1 Josh
1 Dave
2 Bob
2 Janet
2 Susie
3 Danielle
3 Kaite...
bborissov,
i believe that solution will only work if the strings are of numeric value. thank you very much but i need something for text. thanks again though!
Hello,
I have a situation where it would be wonderful if I could GROUP BY a string field and have it concatenate the strings comma-delimited much like it would group an integer field by adding them. I don't know if this is possible in SQLServer, but would like some direction if anyone thinks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.