-
How to Use Excel's TRIM Function
Combine TRIM with CLEAN and SUBSTITUTE to remove all spaces and nonprinting characters from text. These include Unicode characters 0 to 31...
-
The SQL Server Syntax Error for Converting Date/Time From a Character String
SQL Server hosts databases used for storing a variety of data types and content. A common use of a database is to...
-
How to Trim in T-SQL
T-SQL (Transact SQL) is the proprietary language used by Microsoft SQL Server. It is an extension of the SQL (Structured Query Language)...
-
How to Remove Whitespace From a String in Excel
Microsoft Excel comes with an arsenal of tools that can help you efficiently perform data clean-up tasks. For instance, to remove whitespace...
-
How to Remove Trailing Spaces in Word Processing
While a single space is typically placed after a period, it's easy to hit the space bar too many times, creating extra...
-
How to Remove Blank Space in SQL
Microsoft SQL Server has a "Trim()" function that removes spaces from your query results. You remove spaces from query results to ensure...
-
How to Remove Space From a Data Oracle SQL
There are several different methods for removing spaces from data retrieved in an Oracle results set. Oracle PL/SQL provides several different character...
-
How to Delete the Trailing Spaces in Microsoft Word
Text you pull into your Word documents from the Web or another non-typed source sometimes has trailing spaces -- leading spaces and...
-
How to Add a Dummy Blank Field in a Create Table in Oracle SQL
Oracle systems are used to host databases, websites and network utilities. Oracle can run as a standalone operating system on a server...
-
SQL String Tutorial
Microsoft SQL Server is an enterprise level database management system. SQL databases can store a wide variety of data types. The most...
-
How to Remove Your First Character in ColdFusion
The CodlFusion programming language contains many options for working with variables that are strings of text. You can count the number of...
-
How to Remove Blank Spaces in SQL
In the programming world, it's important that data entered by users be validated. Users commonly enter data through text boxes, list boxes...
-
How to Remove Everything After a Character in Excel 2007
Because Microsoft Excel is designed for manipulating numbers rather than words, its ability to process "strings," or groups of characters, is somewhat...
-
How to Remove Leading Spaces
There are many programming languages. Visual basic, SQL and JavaScript use a similar "trim" command that can easily remove leading spaces. Java,...
-
How to Delete Characters From a String in MySQL
MySQL is a database management program that allows you to create and update SQL (Structured Query Language) databases. You can search the...
-
How to Cut Off Part of a String in PHP
Strings, a series of characters that are stored in PHP string variables, must often be parsed (extracted or cutoff). For example, if...
-
How to Remove Leading Zeros in SQL
SQL allows the programmer to store data from any form of document, even images and rich media, directly within the server. The...
-
How to Use An "If Statement" in a "Where Clause" in TSQL
Microsoft Transact-SQL query language, or T-SQL, allows MS SQL database server users to create and set SQL query variables. An SQL variable...
-
How to Convert a Date in SQL Server
Converting a date in SQL involves converting data values from a particular data type, such as the character (char, varchar, nchar or...