You can easily concatenate columns & strings in PostgreSQL. Here is how to concatenate strings in PostgreSQL.
How to Remove Not Null Constraint in MySQL
MySQL allows you to remove NOT NULL constraint in MySQL. Here is how to remove NOT NULL constraint in MySQL.
How to Remove Default Value of Column in MySQL
Sometimes you may need to remove default value in MySQL column. Here is how to remove default value of column in MySQL
How to Round Timestamp in MySQL
Sometimes you need to round timestamp to hour, minute, day, seconds, month. Here is how to round timestamp in MySQL
How to Update Multiple Columns in PostgreSQL
Sometimes you may need to change values of multiple columns in PostgreSQL. Here is how to update multiple columns in PostgreSQL
How To Rename Table in MySQL
How To Compare Arrays in PostgreSQL
PostgreSQL allows you to compare arrays using operators. Here is how to compare arrays in PostgreSQL.
How to Run Multiple MySQL Instances on Same Machine
Sometimes you may need to run multiple MySQL server on single machine. Here is how to run multiple MySQL instances on same machine.
How To Change User Password in PostgreSQL
Sometimes you may need to change user password in PostgreSQL. Here are the steps to change user password in PostgreSQL.
How To Create User With Superuser Privileges in PostgreSQL
You need to create superuser for database administration. Here is how to create user with superuser privileges in PostgreSQL.