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

Hopefully an intriguing 'Update' question, for a data cleanse

$
0
0
HI all,

I'm cleaning a table with about 2k rows of false data.  Basically I have 3 columns as follows:
[code language="sql"]CREATE TABLE [dbo].[logs](
 [id] [int] NOT NULL,
 [pro

Viewing all articles
Browse latest Browse all 3145

Trending Articles