View Single Post
Old 11-06-2010, 10:55 PM   #2 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

A database that is already stored in a database? Do you mean data that is already stored in a database? If so:
Code:
UPDATE table SET field=SHA1(field) WHERE 1
__________________

Village Idiot is offline  
Reply With Quote
The Following User Says Thank You to Village Idiot For This Useful Post:
KingOfTheSouth (11-07-2010)