How do I create a column the same size?

How do I create a column the same size?
I'm concatenating up to 6 cols into one col. If one of the column has a space it will shrink it (I used varchar2 and char) .
e.g: col1= '123456', col2= ' ', col3= ' ',col4= ' 123', col5=' 51',....etc
I want to see them as :colx= '123456', ' ', ' ',' 123',' 51'
Thanks for your help.

You are alomost right,:-)
since OP said :If one of the column has a space it will shrink it (I used varchar2 and char) .
So you should use replace function not trim function.
test >  select  replace(' a b c ',' ') from dual
  2  /
REP
abc
test >  select trim(' a b c ') from dual;
TRIM(
a b c

Similar Messages

  • How do I create in Illustrator the same effect of 'color burn' in Photoshop?

    How do I create in Illustrator the same effect of 'color burn' in Photoshop? I am trying to create a rainbow effect by bleding the colors but need this in Illustrator.

    Thanks! I found it! Thats what I needed!
    Serena Finn
    303.919.5239
    [email protected]
    finndesignshop.com

  • How to resize watermark to be the same size for vertical/horizontal images?

    I am using File -> Place menu to place my watermark onto the images. 
    No matter what I try so far, the absolute size of the watermark comes out different Portrait/Landscape images.
    Watermark is smaller on Portrait and larger on Landscape images.  I tried resizing writing in the number of pixels during the File->place command, but no luck.  Photoshop resizes the watermark based on the percentages, and I don't know why image orientation matters. 
    ideally I want my watermark to be the same size, and I can use absolute pixel dimensions if needed.  How do I do this?

    Hi Doug - What exactly are you trying to do? Is the third
    child being added dynamically, and you want it added above the
    first child? If so, you can use the addChildAt() method when adding
    the child to the container. addChildAt() takes an index and the
    child object is added at that index and all other children are
    reshuffled to maintain the ordering. IE:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="vertical">
    <mx:TitleWindow layout="vertical" id="tw">
    <mx:Button id="a" />
    <mx:Button id="b" click="go();"/>
    </mx:TitleWindow>
    <mx:Script>
    <![CDATA[
    private function go():void
    var c:Button = new Button();
    c.label="new";
    tw.addChildAt(c, 0);
    ]]>
    </mx:Script>
    </mx:Application>
    Does that help, or am I misinterpreting what you're trying to
    do?

  • How can I create arrays through the same recursive process?

    Hello again!
    I want to create some arrays with names like array1, array2, array3 etc
    through the same for loop.
    Do you know how this can be done? Thanks!
    for (int i = 0; i < 32; i++) {
    byte[] array???=new byte[400];
    }

    I want to create some arrays with names like array1,
    array2, array3 etc
    through the same for loop.
    Do you know how this can be done? Thanks!
    for (int i = 0; i < 32; i++) {
    byte[] array???=new byte[400]; You cannot create new names during runtime (array1, array2 are names).
    You can create a map that associates Strings with byte arrays though:Map<String, byte[]>  map= new HashMap<String, byte[]>();
    for (int i= 0; i < 32; i++)
       map.put("array"+i, new byte[400]);
    // get array associated with array26:
    int j= 26;
    byte[] oneOfTheArrays= map.get("array"+j);kind regards,
    Jos

  • How do I keep a table the same size but change the width of columns?

    I know this is probably a really stupid question. But after looking online and at the table palette... I still can't figure it out! In Quark, I can "maintain the geometry" of a table by clicking a box. That way, I can change the width or height of rows and columns... without changing the overall size of the table itself. How do I lock down the overall size of a table in InDesign? Thanks...
    Julie

    @Julie – you can change column width by alt + shift + dragging left or right cell sides without changing the overall size of the table.
    For other table goodies see:
    http://indesignsecrets.com/18-handy-table-shortcuts.php
    Hope that helps!
    Uwe

  • How do I keep my selections the same size when placing in another picture?

    Using PSE 4, I am trying to take my head from one picture (Using the selection tool, etc) and place it in another. The problem is, whenever I try to do that, it changes sizes; gets smaller. Yesterday, I tried to take a part of larger picture and place it into a smaller picture. I tried to resize the background picture but it made the cutout I placed on top of it humungous. I just want to know, is there anyway to keep the actual size of something you cut out, and place in another picture, that same size no matter what? By the way, I have literally been using PSE 4 for 3 days. If you answer, please speak in layman's terms as much as possible. Thank You.

    The size, in pixels, is staying the same. Most of the time, this is the way you should think of image size. Working in inches is only meaningful when you are about to print.
    In your example, if the piece you have added is too small, select it and use Transform to make it bigger. This is upsampling, so quality may be compromised.

  • I have a MacBook and created a slideshow on IPhoto. I made copies (discs) of the slideshow and they did not come out well...how can I create discs with the same quality as the original?

    I created an IPhoto slideshow.... the quality was wonderful on my MacBook and through my projector. I was told to export to my desktop and create copies via IDVD. I did that and the copies are terrible quality. 1. How to I make a copy to look exactly like the original and 2. I do I save as a backup should my Mac crash? Please.... this took a long time to create and I really need help. Thanks!

    Why is there no iDVD on my new Mac? How do I get it and how do I install it?
    https://discussions.apple.com/docs/DOC-3673

  • How do I make still Images the same size as the video when importing? CS5

    Hi,
    I'm having a problem importing and using still images as they are so large.
    The video is 720 x 576 and the image I want to use is 4752 x 3168
    How can I scale it down to fit with the video. Currently it just zooms in to a part of the picture making it pretty useless.
    Any suggestions would be much appreciated.
    Thanks,
    Lois

    I made a tutorial on this exact thing.
    Part One: http://www.youtube.com/watch?v=oXeblQFIGlM
    Part Two: http://www.youtube.com/watch?v=KjHNHf7IhKQ

  • How to make different size images the same size pdf in Acrobat.

    I am trying to place 2 different size images into acrobat to create a pdf but one image is half the size. How do i make each page the same size when the images are different sizes?

    Thank you, I changed the image size to match and then placed them in acrobat.

  • Resizing images on two layers to the same size?

    OK, it's kind of difficult to explain but what I am trying to do is create posters in pages and I am pasting photographs in there from different layers of the same photo and then resizing them. But the trouble is getting both to the same size, is there an autosnap feature for this or something?
    I find it kind of irksome when I create an image and resize it to a specific dimension in preview then copy+paste it into a Pages document of the same dimensions and it resizes it smaller.
    How do I get it to the same size without manually dragging the corners with my mouse?
    Does that question make sense? Can anyone help?

    Actually I just found a neat way to do it in GIMP (great peice of software BTW) the question remains of how to resize it in Pages...

  • How to create links to the same page, how to create links to the same page

    How to create link to the same page with iweb?
    Thanks

    You're referring to anchors.  There are a couple of ways. These topics discuss them:
    iWeb FAQ - Anchors
    How do i hyperlink to certain portion...: Apple Support Communities
    OT

  • How am i able to use the same itunes account on a different ipod?

    How am I able to use the same iTunes account on a different iPod?

    By just using the same iTunes account.  If you set up the iPod on your computer just make sure that iTunes is signed your account.  Of settingup via wifi, just enter your existing account.  Do not create a new one.

  • I have an itunes account in Euro. I received iTunes and AppStore Gift Cards in $US. How can I use these on the same iWhatever?

    I have an itunes account in Euro. I received iTunes and AppStore Gift Cards in $US. How can I use these on the same iWhatever and keep together music/apps bought in the 2 currencies?
    Thx

    Barbara Hunt wrote:
    Would it be possible for me to download iTunes in Parallels and get the files into that and then onto my iPod?
    Yes, you can download iTunes for Windows using Parallels. If planning on making purchases here and/or authorizing already purchased tracks (from your Mac iTunes library), you are permitted to authorize five (5) computers as per iTunes Store terms of use, regardless of computing platform. No need to create a separate new iTunes Store account.
    However, judging from what you would like to do, your best bet would be to convert the WMAs to AAC/MP3 in iTunes-Windows (iTunes-Mac cannot import WMA files), and drag the files from the Parallels window to your desktop to add to the iTunes-Mac library. (as the iPod itself is currently linked to your iTunes-Mac library)
    Hope this helps,
    Steve

  • How do I make selective screenshot images in cells the same size?

    I am putting together a spreadsheet to list the purchasing options for our company from some of the Mac mini models but have a problem with image sizes in spreadsheet cells.
    First I took screenshots of each of the price and spec panels of the self-configured options I was interested in recommending using CmdCtrl+Shift4 to save the screenshot to the clipboard. Next, I highlighted the cell into which the image was destined to go and clicked Cmd+V and the image appeared in the cell (as an image fill for background colour). I repeated this process for six different Mac minis, being careful to start and finish the crosshairs in exactly the same place for each option. Each of these images had been lifted from a separate Tab in Safari 4.0.5 and appeared to be identically sized.
    The problem is, when placed in the spreadsheet cell grid, each image was either higher or lower than the one next to it, yet all cells were the exact same size. Some images appeared to be centred in the cell, others appeared to be top aligned.
    Can anyone help me to understand why this happens, and to give a suggestion on how to avoid it in the future?
    TIA

    OK, my mistake! The images were not the same size because the specs were different for each one, meaning that the info boxes were of different heights. When I copied them again, using the coordinates to ensure the screenshots were exactly the same size this time (rather than adding on a fixed width to the outside of the boxes) the problem was solved.
    Sometimes it's the user not the tools that has the problem!
    Having said that, it would be useful if the images were not background fills, but images that you could highlight because that would show quite quickly the size of each one - and allow you to add a background colour to a column to indicate a category type.
    Thanks for your help!

  • How Can I replace an image and save the same size as the previous?

    I want to replace an image in a PDF, but I would like to keep the same size, and location as the previous. I have tried to to it, but the new image takes a different size.
    This is a PDF exported from an InDesign template.

    Thank you.
    The problem is that the person to edit the PDF doesn´t have ID and doesn't know how to use it.
    The idea is that the design department create very sharp ID templates for people from other departments of the company only have to replace information (text and image).
    We are looking for a program to edit PDF files and function as templates forreplacement information.

Maybe you are looking for