Database
Related Posts:
DatabaseMSSQLMSSQL equivalent of DESC in MYSQLPostgresqlChange postgresql's postgres passwordHow to install hstore in postgresql 9.1JDBC provider setting in j… Read More
How to import and export a database dump in oracleThe following instruction will help us in importing and exporting our oracle database.Create and restore dump file (http://www.database.fi/2011/05/usi… Read More
How to restore an oracle dump using imp commandThe following steps will guide us in the restoration of an oracle dump file.connect as system and enter your passwordsqplus system@xecreate usercreate… Read More
How to output mysql query result into a fileSee sql script below:SELECT code, name, continent, region FROM country INTO OUTFILE 'c:/temp/countries.csv' FIELDS TERMINATED BY ',' ENCLOSED BY '"' L… Read More
How to use mariadb and liquibase together with maven on jbossFirst you must define the needed dependency in your pom file. <profile> <id>mariadb</id> <activation> <property> <… Read More
0 nhận xét:
Đăng nhận xét