I want count "space" token in my table field and separate them

I want count "space" token in my table one field column and separate the word between them.
word are store in another table.
possibly give solution in[b] Postgres DB and Oracle DB
for example
table name search
column name is keyword
keyword
" chinese colaba" --> spaces are 2
" chinese borivali (W)" --> spaces are 3
" deal shoes bandra (E)" --> spaces are 4
and separate word in new table
field
chinese
colaba
chinese
borivali
(W)
deal
shoes
bandra
E)
Message was edited by:
Rajiv_Birari

Hi,
Can you rephrase you Question..!!
My understanding with your quesiton might be thinking about Partitions or Moving the data to Different tablespace.
Thanks & Regards,
Pavan Kumar N

Similar Messages

  • I want to move pictures from my mac to iCloud. Then I want to erase those pictures from my mac and leave them only in iCloud.. Can I do it?

    I want to move pictures from my mac to iCloud.com, then I want to erase those pictures from my mac and leave them only in iCloud.. Can I do it?? It looks like it's not possible because if I erase the picture from my mac, then they'll be erased automatically in my iCloud account too!!

    If you are using iCloud Photo Library and delete them from any device they will be deleted from iCloud and from all devices using iCloud Photo Library. If you want to reduce the storage space required on your Mac the following quote from iCloud Photo Library FAQ - Apple Support may help:
    Can I use iCloud Photo Library to save space on my device?
    iCloud Photo Library automatically keeps all your photos and videos in the original, high-resolution version. Follow these steps to choose how you store your photos and videos on your device:
    In iOS, tap Settings > iCloud > Photos or Settings > Photos & Camera, then select a storage setting.
    In OS X, click Photos > Preferences > iCloud, then select a storage setting.
    If you turn on Optimize [device] Storage, iCloud Photo Library will automatically manage the size of your library on your device, so you can make the most of your device's storage and access more photos than ever. All of your original, full-resolution photos and videos are stored in iCloud while device-size versions are kept on your device. You can download the original photos and videos over Wi-Fi or cellular when you need them.
    If you turn on Download Originals, iCloud Photo Library will keep your original, full-resolution photos and videos in iCloud and on your device. Download Originals is the default setting for iOS devices with the free 5 GB storage plan and for all Mac devices.

  • I want to take the photos off my iPhone and put them directly onto an external hard disk. I want to bypass iPhoto altogether. When I link my iPhone to my computer, it only opens in iTunes, which only gives me the option to save my photos to iPhoto. Help!

    I want to take the photos off my iPhone and put them directly onto an external hard disk - I don't have any room left on my computer. I want to bypass iPhoto altogether. When I link my iPhone to my computer, it only opens in iTunes, which only gives me the option to save my photos to iPhoto. Help!  This is seriously frustrating!.
    Additionally, I'd like to be able to take the 2000+ photos out of iPhoto and put them on a disk in a folder. I have managed to export them to the hard disk but it's just plonked all 2000+ photos in a list - not ideal if I want to use it for anything else. And then I have to manually delete the photos from iPhoto. Is there not a quick and easy way of dealing with this? 
    Anyone got any bright ideas? Thanks for your help!

    I too would like to be able to do this. Just put them where i want the. IFTT a scripting app will put the images in dropbox for you , but its been pretty iffy.

  • Link B/W table field and  Applications

    hi
    Is there any transaction for Link B/W table fields and  Applications.
    regards,
    pavan.

    Hi
    If you starts from delivery you can find the sales order number and item in LIPS table: LIPS-VGBEL and LIPS-VGPOS, if you need to start from sales order it should be better to use the table VBFA (document flow) and search the next document of sales order VBFA-VBELN and VBFA-POSNN with VBFA-VBTYP_N = 'J'
    Max

  • Checking of database table field and then update that field

    hello there,
    In my program I want to check the field 'XRUEM' of  database table MARV, If that field is check i.e. 'X' in table then I want to clear that field and then I have to proceed can anyone please guide  me in this.

    Chetan,
    Do you have to clear the field XRUEM from database table MARV if it is 'X'   ???
    or you just want to clear this field in the report?? Please do specify.
    To clear field from database table MARV us UPDATE command (Please be careful... one should not make changes in master tables using reports)
    To clear runtime contents of a filed in the report use CLEAR command.
    Let me know if this doesnt clear your doubt.
    Thanks.

  • Table field and structure field

    Hi ,
    I am working on an user exit.
    I have to update a field on the transaction screen DFBATCH-MHD_IO (DFBATCH is a struture).
    Now the same field is defined in table MARA-VFDAT (MARA is a table).
    Now in the user exit function module I have written a code which will update the table field MARA-VFDAT.
    So will the structure field also gets updated automatically since that structure field is same as the table field (only name is different) or I have to explicitly equate table field to structure field.
    Raghu.

    How do you know that DFBATCH-MHD_IO is tied to MARA-VFDAT.   Is there a line of code in the transaction like this.
    MARA-VFDAT = DFBATCH-MHD_IO. 
    or
    DFBATCH-MHD_IO = MARA-VFDAT. 
    If you are updating MARA-VFDAT from your userexit, and the existing code in the transaction is filling the DFBATCH-MHD_IO from MARA-VFDAT,  then no you shouldn't need to fill it.
    Regards,
    Rich Heilman

  • I want to take photos from someone's gallery and import them into my iphoto.  what's the best way to do that?

    A friend sent me a gallery.  I select the pic I want and download.  They show up on my screen in Preview.  What's the best way to get them into my Iphoto library? 

    Greetings,
    Drag them from where you downloaded them (Like the Downloads folder) and drop them on the iPhoto icon in the dock (little camera with the sunset behind it).
    When you drag and drop an image on the iPhoto icon it imports that picture (or many pictures if you drag more than one at once).
    Cheers.

  • How to read three parameters for exemple temperatur​e,current and voltage from the same port with visa read and separate them in a table

    Hi i want to read parameters with visa read, from three sensors related to  pic16f877a, using  module xbee ..but i want to make every one from those parameters (temperature, voltage and current) in a table ..it's the first time i use Labview so i don't know if ther is a solution for my problem so if any one have any idea please help me. thnx in advance. 

    [email protected] wrote:
    Hi i want to read parameters with visa read, from three sensors related to  pic16f877a, using  module xbee ..but i want to make every one from those parameters (temperature, voltage and current) in a table ..it's the first time i use Labview so i don't know if ther is a solution for my problem so if any one have any idea please help me. thnx in advance. 
    The short answer is: "Yes, of course."  But you are going to have to do the legwork and learn LabVIEW basics before we can offer meaningful help.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • I have several disks with many comedy routines;I want to select a few from each disk and combine them to one disk for my personal use.How?

    I have several disks with many comedy routines;I want to select a few from each disk to make one single disk for my personal use.How?

    Copy the routines into a new folder on your hard drive. Then burn the folder to a new blank disc using Disk Utility.

  • Adding button to a custom table cell (and handling them)

    Hi
    I'm wondering if it's possible to add a button on each row of a table view using a custom table cell view. If it's possible, I'm really wondering how I can handle the click events on these buttons.
    Thanks

    No.
    Try creating a view and adding it to a cell. Let us know what problems you have, and we can try to help.

  • Abap MDM API - get table fields and types

    Hi gurus,
    dealing with a simple task for my development... I need to retrieve, for a given MDM table name, a list of field's names with their data types in Value_pair format.
    Basically, this is what RETRIEVE method does; but:
    - I don't need any value; I just need to know which fields build up the table (in order to create entries for that)... Let's say that I'm interested in the CODE and the TYPE  fields of an MDM_NAME_VALUE_PAIR structure describing each field of my MDM table.
    - I can't workaround extracting a certain index (say, the first) from the table using a RETRIEVE, as the target table could also be empty.
    How to do that?
    Thanks in advance

    Hello Binori,
    Thanks a lot for the immediate reply!
    I have connected MS SQL server mgmt studio to MAP tool, as you have already mentioned!
    How do I get access to MAP's db, since I need data from MAP's db in our application db, and our application is purely java based.
    For ex: I need data of all Operating Systems, Performance metrics, Server name, Hardware Configurations etc.
    Thanks in advance,
    Sheetal 

  • Hi, I want to select some photos in my library and name them in order, e. g. "1980s 01, 1980s 02" etc. Is it possible some how?

    I have so many pictures in my library and need to get them in order. I want to keep some pictures in the same folder, but in that folder I'd like to organize them in numerous order. E.g. pictures from the 80s, as in my question above, is there an app or function in iPhoto that helps you organize them in chronological order?

    No - that is not how iPhoto works
    First off folders do not hold photos - folders and albums are use for the type of organization you want and albums hold photos and folders hold albums or folders
    is there an app or function in iPhoto that helps you organize them in chronological order?
    That is the default way photos are organized in iPhoto - in event view look under the view menu  ==> sort events
    A smart album can collect all of the pictures between two dates
    Have you gone through the turorials - they would help you understand this - https://ssl.apple.com/findouthow/photos/  -  https://ssl.apple.com/findouthow/photos/
    You can add titles to photos in iPhoto
    LN

  • I want to open photos in my iphoto album and use them in Photoshop.

    I tried to open photos in my iphoto album and edit them in Photoshop but cant. Nothing is showing.

    Albums are strictly logical things and only exist in the iPhoto database
    To edit photos in PS you need to set PS as the external editor for iPhoto in the iPhoto preferences - edit the photos and Save it (Not save as) so it will be returned to the iPhoto library and the iPhoto database files updates correctly
    LN

  • I want to record sermons on my iphone 4s and upload them in mp3 format to a church website

    Can somebody tell me the easiest way to record sermons on the iphone 4s and then upload them to a church website?

    Get an app like this:
    https://itunes.apple.com/us/app/italk-recorder-premium/id296271871?mt=8
    You can search the app store yourself for others. That way you can upload to something like Dropbox then transfer to your Church website.

  • Unable to access the data and table fields from handheld

    Hi,
    I've created a Testing.sdf file on the local pc using SQL Server Management Studio, creating table, fields and insert some data. in local pc i can access the the data as normal. the problem is after i moved the file to handheld device i
    cannot access the data within the table, it shown error 'Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum)' . I tried to google it, but still got no solution.
    Thanks,

    'Name Space
    Imports System.Data.SqlServerCe
    'String Connection
    'Data Source = D:\SKUDWN3 .sdf'
    Public Sub CreateDB(ByVal StrConn As String)
            'Declaration
            Dim cn As SqlCeConnection = Nothing
            Dim cm As SqlCeCommand = Nothing
            Dim SQLEngine As SqlCeEngine = Nothing
            Dim rs As SqlCeResultSet = Nothing
            Dim rec As SqlServerCe.SqlCeUpdatableRecord = Nothing
            'Tables -
            Const TB_SKUDWN3 As String = "SKUDWN3"
            'Fields TB_SKUDWN3
            Const FL_SKUDWN3_UPC As String = "UPC"
            Const FL_SKUDWN3_SKU As String = "SKU"
            Const FL_SKUDWN3_LD As String = "LD"
            Const FL_SKUDWN3_SD As String = "SD"
            Const FL_SKUDWN3_AN As String = "AN"
            Const FL_SKUDWN3_Price As String = "Price"
            Const FL_SKUDWN3_GST_FLAG As String = "GSTFLAG"
            'Create Database
            SQLEngine = New SqlCeEngine(StrConn)
            SQLEngine.CreateDatabase()
            SQLEngine.Dispose()
            'Open Connection
            If IsNothing(cn) Then cn = New SqlCeConnection(StrConn)
            If cn.State = Data.ConnectionState.Closed Then cn.Open()
            cm = cn.CreateCommand
            'Create Table, Fields
            cm.CommandText = "CREATE TABLE " & TB_SKUDWN3 & " (" & FL_SKUDWN3_UPC & " NVARCHAR (13)," & _
                " " & FL_SKUDWN3_SKU & " NVARCHAR (9), " & FL_SKUDWN3_LD & " NVARCHAR(30)," & _
                " " & FL_SKUDWN3_SD & " NVARCHAR (18), " & FL_SKUDWN3_AN & " NVARCHAR(15), " & _
                " " & FL_SKUDWN3_Price & " NVARCHAR (10), " & FL_SKUDWN3_GST_FLAG & " BIT)"
            cm.ExecuteNonQuery()
            'Close Connection
            cm = Nothing
            If Not IsNothing(cn) Then
                If cn.State = ConnectionState.Open Then cn.Close()
                cn.Close()
                cn.Dispose()
            End If
        End Sub
    'The DB was successfully created, but after moving to Handheld the fields of table can't be accessed

Maybe you are looking for