Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. special characters in my column

special characters in my column

Scheduled Pinned Locked Moved Database
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    venu656
    wrote on last edited by
    #1

    hi experts. i have a several special characters in my column like example goes here empno emp name 1 ve?u.r 2 raj 3 venki 4 Stáció 5 gái 6 Vecsés 7 Mosonmagyaróvár 8 sachin i want to list out the names with only special characters plz help me out regards venu

    E A V 3 Replies Last reply
    0
    • V venu656

      hi experts. i have a several special characters in my column like example goes here empno emp name 1 ve?u.r 2 raj 3 venki 4 Stáció 5 gái 6 Vecsés 7 Mosonmagyaróvár 8 sachin i want to list out the names with only special characters plz help me out regards venu

      E Offline
      E Offline
      Eslam Afifi
      wrote on last edited by
      #2

      Use regular expressions to match the special characters. Regular Expressions Make Pattern Matching And Data Extraction Easier[^] The expression would be something like "[\u0041-\u005A]", which matches character range from A to Z.

      Eslam Afifi

      1 Reply Last reply
      0
      • V venu656

        hi experts. i have a several special characters in my column like example goes here empno emp name 1 ve?u.r 2 raj 3 venki 4 Stáció 5 gái 6 Vecsés 7 Mosonmagyaróvár 8 sachin i want to list out the names with only special characters plz help me out regards venu

        A Offline
        A Offline
        anup keshari
        wrote on last edited by
        #3

        use patindex function to find out the column with special character .

        1 Reply Last reply
        0
        • V venu656

          hi experts. i have a several special characters in my column like example goes here empno emp name 1 ve?u.r 2 raj 3 venki 4 Stáció 5 gái 6 Vecsés 7 Mosonmagyaróvár 8 sachin i want to list out the names with only special characters plz help me out regards venu

          V Offline
          V Offline
          venu656
          wrote on last edited by
          #4

          i have 10000 rows in that different different special characters r there how can i list with patindex plz specify

          A 1 Reply Last reply
          0
          • V venu656

            i have 10000 rows in that different different special characters r there how can i list with patindex plz specify

            A Offline
            A Offline
            anup keshari
            wrote on last edited by
            #5

            ex a-zA-Z0-9 the above pateern will accecpt only value in betwwn them for other they will return for presence of special character . plz check it

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups