Home   IT Stuff   Contact link Contact: bill@dughaille.info Home  


Equivalent commands between Oracle and Mysql
OracleMysqlDescription/Example
sqlplus: spool [filename]tee [filename]Send output to file
explain plan forexplain [extended]explain extended select * from ev_entity_types where id = 1009;