Mysql compare using left(X,2)="AB" or X like "AB%" for speed? - by jammie podger Which will perform better when searching for a key with a specific prefix in MySQL? ;- i) where left(X,2)="AB" or ii) where X like "AB%" Read the article
Generate a List of All Variables used in a Visual Studio Project - by Jammie Is it possible to generate a list of all the variables used in a visual studio project? Read the article