Search Results

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: jbisono ; Forum: MS SQL and child forums
Forum: MS SQL 8 Days Ago
Replies: 8
Views: 331
Posted By jbisono
oh im sorry i think i misunderstood the point. When you said this "the second highest bid that is not the same user " the same user means the person who is actually log in the system?
Forum: MS SQL 9 Days Ago
Replies: 8
Views: 331
Posted By jbisono
try this

SELECT TOP 1 idCustomerBid, idProduct, bidAmount, bidDate
FROM bidHistory
WHERE (idProduct = 272) AND (idCustomerBid <> 2) AND (idCustomerBid NOT IN
...
Forum: MS SQL Jun 25th, 2009
Replies: 4
Views: 535
Posted By jbisono
Hi, i once have that problem and i use this function and it work for me.

http://geekswithblogs.net/AngelEyes/archive/2007/04/12/111504.aspx
Forum: MS SQL May 7th, 2009
Replies: 2
Solved: SQL Question
Views: 632
Posted By jbisono
try this

select ( select f.cycle as col1
from final as f
for xml raw, elements, type).query('for $col1 in (row/col1) return concat($col1, " ")')

I did not test this.

Regards.
Showing results 1 to 4 of 4

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC