Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: transpose like function

    Thank you. Would there also be a way in which I don't have to specify each Column by name?

  • RE: only get the forst match from table 2

    table 1 has the columns :

    m_ID : data type integer primary unique key auto increment and

    description: data type nvarchar

    table 2 has the columns:

    m_id: data type integer no key, no...

  • RE: Convert nvarchar to numeric

    When I try to convert to int CONVERT (INT, field1) I get the following message:

    Conversion failed when converting the nvarchar value '15.500' to data type int.

Viewing 3 posts - 1 through 4 (of 4 total)