Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8479781
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T19:07:41+00:00 2026-06-10T19:07:41+00:00

I want to lengthen several event numbers by adding a 0 after the first

  • 0

I want to lengthen several event numbers by adding a 0 after the first two digits. The first two digits represent the year. Ex. I want to change 121023 to 1201023. So I want to change ALL event numbers (Varchar) that start with 12 to start with 120 by adding the 0 in to lengthen ALL of the event numbers by one.

This is what I have so far:

UPDATE EVENT 
SET EVNT_URI = '***what do I put here?***' 
WHERE EVNT_URI IN(SELECT EVNT_URI FROM EVENT WHERE EVNT_URI LIKE '12%')

The reason I am doing this is that the 12 represents the year and the event numbers are getting close to 130000. All of the event numbers are 6 digits and I want to change them to 7 digits by adding a zero after the first to digits which represent the year.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T19:07:42+00:00Added an answer on June 10, 2026 at 7:07 pm
    update event
    set evnt_Uri = evnt_Uri + 1080000
    where evnt_Uri between 120000 and 129999
    

    Although if these aren’t numbers, but simply a string formed of numerical characters, one might argue they shouldn’t be stored as int at all

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

want somme help, thank you by advance. I've two page aspx, the first is
Want to attach an Event Handler/Listener to some links using the delegate() method, but
Want to change case to lower in whole block in visual mode. If i
want to create a selectionRangeChanged event programatically not really getting how to do it
Want to trigger itemClicked event for a QTreeWidget Item using the following code. connect(aTreeWidget,SIGNAL(itemClicked(QTreeWidgetItem*,int)),this,SLOT(CallM(QTreeWidgetItem*
Want to change this piece of SQL query into a loop version which Could
I need help with positioning two images on a web page. I want both
Want to update page after jeditable (using gem on_the_spot) has been updated. Below works
Want to add some console.writeln's to the first line of every method in my
want to access select list where id starts with sentidd $('.select[id^=sentidd]').change(function() {} It fails.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.