Showing posts with label Trips. Show all posts
Showing posts with label Trips. Show all posts

Thursday, 22 June 2017

Converting lists for use in a SQL 'IN' statement

This website is a massive time saver http://delim.co/ 

Simply paste your list into the textbox, then select you delimiter (comma) then under converter options enter a single quote into open tag and close tag.

This will then produce a list of single quote enclosed comma separated values that you can drop straight into your SQL IN statement

Step 1
A1
B1
A2
B2
A3

B3

Step 2
'A1','B1','A2','B2','A3','B3'

Step 3
Select * from Product where ProductCode IN ('A1','B1','A2','B2','A3','B3')

Tuesday, 18 September 2012

Video File Conversion

It seems that a lot of video files these days are avi. This is a little annoying as the HP Touchpad doesn’t natively support avi files so I have to convert all my videos to mp4. I have used various converts in the past and had mixed results. Recently I found a great bit of open source software that works very well.
Check out http://handbrake.fr/ for all your video converting needs