JavaScript snippets jQuery Shortuct for document ready $( document ).ready(function() { //code here }); $(function(){ //code here
Quick SQL snippets for your daily work. Snippets are a combination of the Transact-SQL language for MSSQL and ANSI/ISO SQL for MySQL Mysql cli login mysql -u [username] -p -h [hostname] Select with no lock