Sql Server 2000

  • I am working on Sql Server 2000.

    I have to Insert ISBN which is start with 0.

    will any one please...

    How to insert number start with 0

    lilke : 0987453720

    like : 08754749673

    which datatype should i use.

  • depends on the max lenght of them, for a lenght of 12 i would use

    varchar(12)

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

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