SQL fields with blank space at end of fields

user3804894

I have a field in Oracle that has a blank character at the end so instead of it reading "12345" it reads "12345 "

The length of this field differs on different records but may also have a blank at the end. How may I write in SQL to identify those records that have a blank at the end?

Jain

try this

Select ColumnName from tablename where columnname like '% '

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

SQL fields with blank space at end of fields

From Dev

Merge not-blank result fields by sql query

From Dev

Combine Rows in Access SQL where fields are blank

From Dev

COBOL copybook blank fields

From Dev

Mongoexport blank fields to csv

From Dev

Default value for blank fields

From Dev

Mystery Parametric SQL Query with joins + TClientDataSet blank fields

From Dev

Calculating blank fields in MS Access via a SQL query

From Dev

StringLengthAttribute MVC Blank Space at end

From Dev

StringLengthAttribute MVC Blank Space at end

From Dev

MFMailComposeViewController shows up with blank fields

From Dev

Replace blank fields with zeros in AWK

From Dev

Filemaker XSL Importing blank fields

From Dev

Preventing blank fields being accepted

From Dev

Django exclude both fields blank

From Dev

Rails fields_for params blank

From Dev

validations failing as blank when fields not blank

From Dev

Adding space between labels and fields

From Dev

Are fields defined in the END block in AWK?

From Dev

Add empty (blank) space under (in the end of) UITableView

From Dev

Unwanted blank space generated at the end of page

From Dev

Is it possible to add blank space to the end of a tableview

From Dev

PHP form accepts login with blank fields

From Dev

Node.js import csv with blank fields

From Dev

One-liner for creating struct with blank fields?

From Dev

read.csv blank fields to NA

From Dev

Python/XML RSS Feedparser - Blank Fields

From Dev

Add N/A if all fields are blank SSRS Expression

From Dev

Unable To Import Blank Date Fields Into MySQL Database