Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: add to variable in case statement

    I think you are looking for something like this:

    Create table test
    (City nvarchar(50),
    state nvarchar (50)
    )
    Insert into test
    values ('Cape Coral', 'Florida'), ('Atlanta',...

  • RE: The Digital Woes of Public Records

    JustMarie (2/9/2016)


    So data 'could be used maliciously'. That's been true as long as data has been accessible in any form.

    Public records are important. I have issues with states...

Viewing 2 posts - 1 through 2 (of 2 total)