Monday, May 9, 2011

Links for April 16, 2011

 
 
 
 
Javascript algorithms like mice in a maze.... amazing.

brilliant sql...here it is so you don't have to scroll to find it

DECLARE @StateID varchar
SET @StateList= '1,5,27,'

SELECT StateFullName, StateAbbrv, StateID
FROM tblStates
WHERE CharIndex( cast(StateID as varchar) + ',' , @StateList)) > 0


No comments:

Post a Comment

Older Posts