Does SQL CE support Computed Columns ?

  • Hi All,

    I am trying to add a computed column in SQL CE table. SQL Query for the same change in SQL Server 2008 is like this:

    ALTER TABLE table_name

    ADD [hash_c2] AS (CONVERT([binary (20),hashbytes('sha1',TEST_CONDITION),0))

    Is there a way to add a computed column like this in SQL CE?

    Thank You.

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply