groups

name language licence
blueprint add CSS Other
clear form Other Other
captcha HTML Other
DD_roundies HTML Other
sticky footer HTML Other
add google jquery link Java Other
reset mysql numbers SQL (Rails) Other
gravatar php crypt PHP Other

< 1 2 3 4 5 6 >



language: SQL (Rails)
licence: Other

reset mysql numbers

options: view full snippetsend to code collector
SQL Query

======================

ALTER TABLE tablename AUTO_INCREMENT = 1
	
(Continues...)