#24. MySQL cheatsheet

MySQL cheatsheet

sudo service mysql stop sudo service mysql start

mysql -u root -p -h 198.11.12.12 machine_integration

select code from stock sf where sf.code LIKE 'CO%S' limit 10;
'CONS' 'CONS' 'CONS' 'CONS' 'CONS' 'CONS' 'CONS' 'CONS'

Comments

Popular posts from this blog

#6. Fetch time in rails

#8. nginx+puma deployment using capistrano

#21. Rails scope