Sometimes you may need to find when table was last updated in MySQL. Here are the steps to do it.
How to Truncate All Tables of Database in MySQL
How to Get Primary Key of Newly Inserted Row in PostgreSQL
Sometimes you may need to get primary key of newly inserted row in PostgreSQL. Here are the steps to do it.
How to Get Primary Key of Newly Inserted Row in MySQL
Sometimes you may need to get primary key of newly inserted row in MySQL. Here are the steps to do it.
How to Find Tables with Column Name in MySQL
Sometimes you may need to search column name in all tables or find column names in tables in MySQL. Here are the steps to find tables with column name in MySQL.
How to Find my.cnf File Location in MySQL
How to Add Option to Select Using jQuery
How to Use JavaScript Variables in jQuery Selectors
Sometimes you may need to use JavaScript variables in jQuery selectors. Here are the steps to do it.
How to Select Element With Multiple Classes in jQuery
Sometimes you may need to select element with multiple classes in jQuery. Here are the steps to do it.
How to Show Last Queries Executed in PostgreSQL
Sometimes you may need to list most recent queries run in PostgreSQL. Here is how to show last queries executed in PostgreSQL.