DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: varchar2 dataype

  1. #1
    Join Date
    Sep 2001
    Posts
    112
    If I have

    varchar2(2000) with a 10 character word in it and

    varchar2(10) with the same word in it. Which column is using more space? If any

  2. #2
    Join Date
    May 2000
    Location
    Portsmouth, NH, USA
    Posts
    378

    Cool

    should be same assuming that each column only has that one field in it.

    - magnus

  3. #3
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Both will require 10 bytes.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width