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

  • Home
  • SEARCH
  • 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 912045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T17:18:51+00:00 2026-05-15T17:18:51+00:00

I am getting the ‘SQL Error: ORA-01733: virtual column not allowed here’ Here is

  • 0

I am getting the ‘SQL Error: ORA-01733: virtual column not allowed here’

Here is my code:

update (
   Select g.FIRST300BB from ( 
      select FIRST300BB, row_number() over (order by pitchandeventid) r
      from gamedata_me 
      where hitterid = 5000
      and (eventcode = 'BB')
   ) g
   where r between 0 and 300
) t
set t.FIRST300BB =1

Any Ideas? I am stuck, using Oracle so I’ve discovered I cannot do the Update/From syntax…so I’ve officially circled the wagons

  • 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-05-15T17:18:52+00:00Added an answer on May 15, 2026 at 5:18 pm

    Try an equivalent query for example

    update gamedata_me 
      set first300BB=1
    where rowid in(
              Select g.rid from ( 
                  select rowid rid, row_number() over (order by pitchandeventid) r
                      from gamedata_me 
                     where hitterid = 5000
                     and (eventcode = 'BB')
                   ) g
       where r between 0 and 300
        ) 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 522k
  • Answers 522k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I want to build CMS soon, and I want to… May 16, 2026 at 9:20 pm
  • Editorial Team
    Editorial Team added an answer Doesn't sound like you have enough RAM to handle visual… May 16, 2026 at 9:20 pm
  • Editorial Team
    Editorial Team added an answer You can do this with FQL: select post_id, text from… May 16, 2026 at 9:20 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

getting confused here. I'm trying to install a second instance of reporting service sql
Im getting this error when I try and make an object. Here is my
Getting contradictory messages about that, hope they're not. I cannot imagine support for it
Getting a weird error box when using the 64bit version of adobepdf ifilter for
Getting data from a database table to an object in code has always seemed
Getting a linker error on osx (no errors on linux or fbsd for the
Getting this after solving a Error converting data type nvarchar to datetime error. Using
Getting this error when updating a row via a gridview with a sqldatasource in
after getting my answer here: Database issue, how to store changing data structure i
Im getting that error when try to call a __doPostBack on one of my

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.