Print service provided by iDogiCat: http://www.idogicat.com/
home logo





Home > IT > Database > Quick Answers

Quick Answers

Commands

OperationOracleSybaseMySQL
show table structuredesc myTablesp__helpcomumn myTabledescribe myTable
change password sp_password old_pass, new_pass 

Functions

FunctionOracleSybaseMySQL
convert to stringto_char()str() 
concat strings'¦¦''¦¦' or '+' 
convert to dateto_date('20081201 010203', 'YYYYMMDD HH24MISS')'20081201 010203'