Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Consecutive timespan

    Hello again,

    Forgive my amateur mistake, my apologies.

    Here is an example of the table along with values:

    IF EXISTS

    (

    SELECT TABLE_NAME

    FROM INFORMATION_SCHEMA.TABLES

    WHERE TABLE_NAME = '#mytable'

    )

    DROP TABLE #mytable

    CREATE TABLE #mytable

    (

    FacilityDisplayName nvarchar(64)...

Viewing post 1 (of 1 total)