Results 1 to 4 of 4

Thread: Record Size

  1. #1
    Expert Member
    Join Date
    Sep 2007
    Answers
    697

    Record Size

    How to find number of bytes occupied by each record in a table?


  2. #2
    Expert Member
    Join Date
    Apr 2007
    Answers
    500

    Re: Record Size

    Use this example select vsize(deptno)+vsize(dname)+vsize(loc) bsize from dept where loc='xxx'


  3. #3
    Junior Member
    Join Date
    Mar 2009
    Answers
    28

    Re: Record Size

    Try this one

    seletc lengthb(deptno)+lengthb(dname)+lengthb(loc) bsize from dept where loc='xxx';


  4. #4
    Junior Member
    Join Date
    Oct 2008
    Answers
    28

    Arrow Re: Record Size

    Try this query select length(div_code)+length(name) as "size" from pay


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact