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
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