The boids keep following me...but I haven't seen much of them lately...jquery?
http://allthingshadoop.com/tag/hadoop-cluster/
Need to add sqlite to my bag of tricks...
http://allthingshadoop.com/tag/hadoop-cluster/
Need to add sqlite to my bag of tricks...
Javascript algorithms like mice in a maze.... amazing.
brilliant sql...here it is so you don't have to scroll to find it
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
SET @StateList= '1,5,27,'
SELECT StateFullName, StateAbbrv, StateID
FROM tblStates
WHERE CharIndex( cast(StateID as varchar) + ',' , @StateList)) > 0
No comments:
Post a Comment