V_SIMPLEDATALIST_STATE_ABBREVIATION
Returns abbreviations for all states for the given country (or all countries if no country supplied).
Fields
Field | Field Type | Null | Description |
---|---|---|---|
LABEL | nvarchar(50) |
Definition
Copy
/*
Generated by Blackbaud AppFx Platform
Date: 3/19/2013 1:31:09 AM
Assembly Version: Blackbaud.AppFx.Platform.SqlClr, Version=3.0.504.0, Culture=neutral, PublicKeyToken=null
Copyright Blackbaud
*/
CREATE VIEW dbo.V_SIMPLEDATALIST_STATE_ABBREVIATION AS
select ABBREVIATION [LABEL] from dbo.STATE where ACTIVE = 1;