SQL (Structured Query Language)

HomeยปTag:SQL (Structured Query Language)

Remove or Trim First or Last Few Characters in MySQL Database with SQL

Another useful string function in MySQL database is TRIM() which will return a text string after removing the [...]

By |2020-09-05T21:48:50-07:00Modified: September 5, 2020April 23rd, 2007|Categories: Databases|Tags: , , |7 Comments

Create New Table by Selecting Data from Other Tables with CREATE TABLE AS

By using SQL data manipulation statement, a new, temporary, backup or regular table can be created and filled [...]

By |2020-06-07T14:50:19-07:00Modified: June 7, 2020August 23rd, 2006|Categories: Databases|Tags: , , , , |8 Comments
Go to Top