Quantcast
Channel: Pixels Vs Inches » Development
Browsing all 2 articles
Browse latest View live

Some Helpful MySQL Queries

I like to keep some of these handy. Update one table with data from another: UPDATE table_to_update AS u, table_to_update_from AS f SET u.field_to_update = f.field_to_update_from WHERE u.id = f.uid...

View Article



Learning Regex

Regular expressions are one of those things I've used, but, regrettably, know almost nothing about. Whenever I need to do some complicated regex, I always have to look it up. This website looks to be a...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images