This month's discount Comprehensive Database Performance Health Check · Testimonials
SQLAuthority with Pinal Dave
Home
  • Consulting
    • Health Check
  • Free Videos
  • All Articles
    • AI
    • SQL Performance
    • SQL Tips and Tricks
    • Interview Questions and Answers
    • SQL Puzzle
    • SQL Video
    • SQLAuthority News
    • Personal
  • Books
  • Consulting
Tool Window Alt Text.

Database – Beginning with Cloud Database As A Service

August 11, 2014
Pinal Dave
SQL Tips and Tricks
MySQL

My weekend project was to explore Morpheus, a Cloud Database As A Service. Here is what I learned about running SQL, NoSQL and caching databases in one place.

Read More
Export dialog box.

MySQL – Export the Resultset to CSV file

August 2, 2014
Pinal Dave
SQL Tips and Tricks
CSV, MySQL

In MySQL you can export a resultset to CSV in more than one way. I show two methods: the Export option in Workbench and the INTO OUTFILE command.

Read More
MySQL - UDF - Validate Integer Function

MySQL – UDF – Validate Integer Function

July 26, 2014
Pinal Dave
SQL Tips and Tricks
MySQL, SQL Function

MySQL has no ISNUMERIC function like SQL Server, so here is a simple user defined function that uses a regular expression to validate integer values.

Read More
MySQL - How to Format Date in MySQL with DATE_FORMAT()

MySQL – How to Format Date in MySQL with DATE_FORMAT()

July 19, 2014
Pinal Dave
SQL Tips and Tricks
MySQL, SQL DateTime

MySQL uses the DATE_FORMAT function to show a date or datetime value in the format you need. Here are simple, self-explanatory examples for common formats.

Read More
SQL Server query window.

MySQL – How INSERT() Function Works for MySQL

July 12, 2014
Pinal Dave
SQL Tips and Tricks
MySQL

MySQL has an INSERT() function that has nothing to do with adding rows. It replaces characters within a string at a given position. Here is how it works.

Read More
MySQL - Add a Column at Particular Ordinal Position in Table

MySQL – Add a Column at Particular Ordinal Position in Table

June 28, 2014
Pinal Dave
SQL Tips and Tricks
MySQL, SQL Scripts

SQL Server needs the designer to add a column at a particular ordinal position, but MySQL does it with ALTER TABLE and AFTER. Here is a quick example.

Read More
MySQL - Dynamic SQL with EXECUTE and PREPARE Statements

MySQL – Dynamic SQL with EXECUTE and PREPARE Statements

June 20, 2014
Pinal Dave
SQL Tips and Tricks
MySQL

MySQL supports dynamic SQL with EXECUTE and PREPARE statements. Here is how to pass a table name as a parameter and return all rows from it.

Read More
Previous 1 … 5 6 7 8 9 10 11 … 17 Next
  • Books
  • Testimonials
  • Privacy Policy

© 2006 – 2026 All rights reserved. pinal @ SQLAuthority.com