ThaBillerSite.com
    Our Family Website


Welcome to ThaBillerSite   

Welcome to the Biller Family website. Here you will find a collection of our family photos as well as a little bit about us (hobbies, interests, etc). Feel free to browse around and sign the guestbook.



Latest Blog Entries

 Tuesday, October 17, 2006


Sql nugget   
Here's an example of a very useful, but not well-known sql statement that will update a field in a table using a value from another table where both records are referenced by a common key

update tableOne set tableOne.field1=tableTwo.fieldX from tableOne, tableTwo where tableOne.commonID=tableTwo.commonID


jeremy at 1:50 AM | (0) Comments | Add a comment | Permalink