Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Select records start with %

$
0
0
Hi,I need to select records in column that start with '% ' -- %space e.g. column A = % mytestI tried select column name with like operator but it select records who start with % and ignore spaceselect columnA from table where columna like '% %';

Viewing all articles
Browse latest Browse all 3145

Trending Articles