How to find is character?

Hi all

I have a simple requirement and need some tip to solve.

I need to find the rows in a table where the third place of the value of the column is occupied by a character - (like A, E etc.)
THEN, who should return A 23, 1412, 12D 4124, 32E3123 dataset below.

1220212
23A 1412
2312312
12 4124
32E3123
3123123
23V23143


Thank you
Bobin

You can use Regexp

select * from table_name where REGEXP_LIKE(column_name,'..[[:alpha:]].*')

Tags: Database

Similar Questions

  • How to find the character / change size?

    Customer request goes like this.  Change all trademarks and balls to pt 7.

    The document is huge and will take forever.  Is it possible to do this with an advanced find/replace script?

    Fact complex doubling as a query is specific® and the other is built in the style that InDesign does not recognize as a character in the search field.

    Maybe something I'm on fast application?

    Help ~ I really don't want to have to finger through this whole doc.

    Use the tab of GREP Find/Change.IN find it what field enter 8 ~ | ~ r (it's the tilde-eight-vertical bar-tilde-r). Let the change to blank or enter $0 and in changing the formatting Click on basic character Formats and set the size. Define the scope of the search and all of the changes.

  • How to find how many times a certain data is repeated in a character field

    Hello
    I am user of Oracle 9i and a newbie to SQL.

    How to find how many times a certain data is repeated in a field in a table of character?

    for example.

    DEPT_NAME
    ------------------------------------
    Homeopathy
    Medicine
    Homeopathy
    Erices
    Homeopathy
    Surgery
    Urology
    Cardiology
    Homeopathy
    Opthamology

    DEPT_NAME here is an area of character and I want to know how many times _ 'Homeopathy' is repeated in the field "DEPT_NAME."

    [email protected] wrote:
    Hello
    I am user of Oracle 9i and a newbie to SQL.

    How to find how many times a certain data is repeated in a field in a table of character?

    for example.

    DEPT_NAME
    ------------------------------------
    Homeopathy
    Medicine
    Homeopathy
    Erices
    Homeopathy
    Surgery
    Urology
    Cardiology
    Homeopathy
    Opthamology

    DEPT_NAME here is an area of character and I want to know how many times _ 'Homeopathy' is repeated in the field "DEPT_NAME."

    You can use the COUNT aggregate function.

    SELECT count(*) FROM  WHERE dept_name = 'Homeopathy'
    
  • How to find a registered/favorite site?

    How to find a site in my favorites?

    Hello

    Start - Search type in the name or what you know about him and use wildcards if required.

    * = replaces all characters

    ? replace 1 character =

    * Elephants?. URL

    find all the favourites with the elephants in the title, as long as they had not or only 1 character
    After the word elephants.

    ?? Elephants *. URL

    find all the favourites with the elephants in the title as long as there 0-2 characters at the front and 0 to
    anything later.

    You can also do similar with your favorite search engine online just don't use the URL extension.
    Use .com or .org or whatever the site is if you know.

    I hope this helps.

    Rob - bicycle - Mark Twain said it is good.

  • How to find the password for the embedded weblogic Server

    How to find the password for the server weblogic shipped from jdeveloper please?

    User, please tell us our jdev version!

    You can't find. Once he lost you can set a new one. For this you can either remove server embedded weblogic (delete the DefaultDomain file in the folder system11.1.1.x.x.x.x.) either you go to the system11.1.1x.xx.x/DefaultDomain/servers/DefaultServer/security folder and open the file boot.properties and delete the encrypted user name and password values and enter the new values for them in normal character. Save the file and restart the integrated server. Connection with the new username and password and it should work.

    The new user name and password are encrypted automatically.

    Timo

  • How to apply a character Style that has already been made in a document model?

    First of all, I would like to thank everyone who helps. I am a complete newbie to the script and appreciate your help.

    I mainly use GREP expressions to search for patterns in a document and apply a character Style that has already been done. This character style did not help script, but just in InDesign when the production and implementation of the model.

    var myDoc = app.activeDocument;
    
    
    //Clear the find/change grep preferences.
    app.findGrepPreferences = NothingEnum.nothing;
    app.changeGrepPreferences = NothingEnum.nothing;
    
    //Set the find options.
    app.findChangeGrepOptions.includeFootnotes = false;
    app.findChangeGrepOptions.includeHiddenLayers = false;
    app.findChangeGrepOptions.includeLockedLayersForFind = false;
    app.findChangeGrepOptions.includeLockedStoriesForFind = false;
    app.findChangeGrepOptions.includeMasterPages = false;
    
    //GREP Expression for finding all HEADERS
    app.findGrepPreferences.findWhat = ".+\n";
    
    //Applying formatting changes to put into All Caps, Bold and changing the font size to 12 pt.
    app.changeGrepPreferences.capitalization = Capitalization.allCaps;
    app.changeGrepPreferences.fontStyle = "Bold";
    app.changeGrepPreferences.pointSize = "12";
    myDoc.changeGrep();
    
    //Clear the find/change preferences after the search.
    app.findGrepPreferences = NothingEnum.nothing;
    app.changeGrepPreferences = NothingEnum.nothing;
    

    This is how I currently. I will manually define the changes made to the text. The problem is, each model uses a different set of fonts and not all use them "BOLD", for example Sabon can use THIS "BOLD".

    I would like to know how to apply a character Style and tried to look, but nothing seems to work.

    Any help would be appreciated.

    Thank you.

    app.changeGrepPreferences.appliedCharacterStyle = "A";

  • How to use the character (%) wild for php/DW research?

    I am trying to create a search engine that searches in the database to print documents on the basis of several criteria defined by the user.

    DW uses sprintf() to compile the MySQL query.

    I have my attempts to find a portion of a string that should come back to something like -'% xyz %' to give results like "xyzabc abc'"

    But as sprintf uses %s defined by the user to take the values of '%' is a special character.

    I tried to use: % s %%, / % s/%, \%%s\%, but nothing works. There is no error, but the php page opens not at runtime.

    How to find a sub string in the database using the query written in php using sprintf?

    All Solutions?

    pp140 wrote:

    I am trying to create a search engine that searches in the database to print documents on the basis of several criteria defined by the user.

    DW uses sprintf() to compile the MySQL query.

    I have my attempts to find a portion of a string that should come back to something like -'% xyz %' to give results likexyabc abc'

    As you have discovered, sprintf() using %s as a placeholder for the string. The % wild card must be in your channel. It is an example of my book for Dreamweaver CS4:

    $query_getAuthors = sprintf("SELECT first_name, family_name FROM authors  WHERE first_name LIKE %s OR family_name LIKE %s ORDER BY family_name ASC",     GetSQLValueString("%" . $colname_getAuthors . "%", "text"),     GetSQLValueString("%" . $colname2_getAuthors . "%", "text"));
    

    Two instances of %s in the sprintf() function are replaced by the values passed to GetSQLValueString(). In both cases, the wildcard character is concatenated to the variable passed as the first argument of GetSQLValueString().

  • How to find a space using grep?

    Hello

    I tried several ways to find a space (SPACEBAR) at the beginning of a paragraph using grep. I can get to find any white space at the beginning of a paragraph, but not only a space (SPACEBAR) specifically? Anyone know how to find?

    Thank you

    Gary

    ↑ followed by a space. There is no special code for a single regular space.

    If you want to see where you have entered one or more spaces, use this code to enter a space character:

    \x{20}

  • What is an xml file and how to find a missing one?

    What is an xml file? How to find one that is missing?

    In short, an XML file is a file structured data - in other words, it stores the data in a way that is easy for a computer scan and read, but it is also easy(-ish) for a human to read, too.

    Generally, XML can be used for configuration or preference data, or for the exchange of data between applications, but there are a multitude of possibilities.

    This means that, with regard to the resolution of your problem is concerned, that was no help. The whole point of XML is that it is easy for any application store some data he needs, so you need to be more specific on what application you are using and what XML file it is looking for. Only then can someone (possibly) steer you in the right direction.

  • IOS 10 - new map app - how to find written directions

    IOS 10 - new map app - how to find guidelines for travel written car =

    Hello jsalm,

    Thank you for reaching out to the Community Support from Apple. I would be happy to help you find the instructions written in the Maps app.  Once you enter your destination and started browsing, slide up from the bottom of the screen and select "Details". You will find a list of indications turn-by-turn for your itinerary.

    If you have problems, let the community know. We are all here to help.

    Best regards

  • says that there is an update of firmware available for my 3 t time capsule. I get "an error occurred when downloading". How to find the problem?

    I said that there is an update of the firmware available for my 3 t time capsule. I get the message "an error occurred when downloading". How to find the problem? I have elcapitan 10.11.6 and capsule version 7.7.3

    Try temporarily, connect your MacBook Pro to your Time Capsule using an Ethernet connection... If not already, then try downloading the firmware again.

  • How I find myself with two passwords to iCloud for the same account?

    How I find myself with two passwords to iCloud for the same account?

    For security reasons, I only use iCloud for Contacts and "find my iPhone".

    Several months ago Apple forced me to change my password to iCloud.  So I did this.   In the last months, I used successfully the new password to 10 or 12 times when asked without problem.

    However, I received a notification of a software update for my Apple Watch. I did the update without problem. However, after completing the update my iPhone asked me to connect to my iCloud account. When I did this, she rejected my password. I made 4 attempts typing very slowly and with care for you sure I did it right.

    Then, operating under a hunch, I decided to enter my old password to iCloud. It worked?  I'm confused about this, any ideas would be appreciated.

    I had a similar problem last year. I had to call Apple. Contact is a bottom of this page.

  • How to find the logo photo folder are to be deleted in my iPhone 6

    I remove my iPhone pictures folder 6, now I take the new photo also cannot find the image. How to find my photo gallery? Thanks your useful.

    Backup - restore your device from an iCloud or iTunes backup

  • How to find the serial number of the processor in the MacBook pro s serial number? I have a dead MacBook that was given for service to a third party. I doubt that they have replaced the original parts. Help, please. Thank you

    How to find the serial number of the processor in the MacBook pro s serial number? I have a dead MacBook that was given for service to a third party. I doubt that they have replaced the original parts. Help, please. Thank you

    As far as I KNOW, the serial number of the MacBook does not have the serial number of the processor.

  • IPhone 6: how to find if the call is completed?

    Greetings,

    I often participate in the telephone conference call bridge company. When the Conference ends, I have a problem to find my phone if he "hung his handset. A few times already, I found that the connection has changed its status to "pending" instead of the end. The IPhone has allowed me to launch another appeal; incoming calls received the signal "busy", and the telecommunications operator received their money for a very long connection. I was unable to find any icon on the screen warning me that there is a call in progress. How to find the phone that there any telephone connection active or not? IPhone 6 s, software 9.3.2

    Thanks, Marek

    If you are on an active call, the bar at the top of the phone screen will be green if you are on the home screen or most other applications. Click on this green bar takes back you to the Dialer screen.

    If you have some kind of difficulty to end the call by pressing the button on the screen, try pressing the power button. Which will also end the call.

Maybe you are looking for