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 6835335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:13:12+00:00 2026-05-26T23:13:12+00:00

I want to ask is it possible to insert your own value in the

  • 0

I want to ask is it possible to insert your own value in the table as well as select other values in other table? I have tried to come out with my select and insert statement but i’m missing one statement as i want to insert my own values in rather than referencing it.

All my required tables have been created. And I wish to insert my own values like Type and rest of the insert values will be selected from other tables.

Below is my code: (Am i missing a statement?)

Insert Into Test (Test_Date, Testno, Examno, Serialno, Type, Hours)
Select S.Test_Date, E.Testno, S.Examno, S.Serialno, Type, (F.STARTED- F.ENDED) as hours
From Semester S, TIME F, TESTPAPERS e
Where S.Testno = F.Testno
  And E.Testno = 1
  and TYPE     = 'Non-FLight'; -- this is the statement that i wish to insert own values instead and not selecting.

Is it possible to do all in one insert statement ? I don’t wish to update my table so many times just to insert type value.

Thanks

  • 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-26T23:13:13+00:00Added an answer on May 26, 2026 at 11:13 pm

    Just put the value you would like for Type in your select statement:

    Insert Into Test (Test_Date, Testno, Examno, Serialno, Type, Hours) 
    Select S.Test_Date, E.Testno, S.Examno, S.Serialno, 'Non-Flight', (F.STARTED- F.ENDED) as Hours 
    From Semester S, TIME F, TESTPAPERS e 
    Where S.Testno = F.Testno And E.Testno = 1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to ask a question about the SQL. I have the following table.
I want to ask wether it's possible to develop a J2ME application for Nokia
I want to ask how other programmers are producing Dynamic SQL strings for execution
I just want to ask if it is possible to add expiry headers to
Hello Guys I simply want to ask that is it possible to deploy Silverlight
I don't know if its possible but just want to ask if we can
I want to ask that, is it possible to make any cover opening effect
I want to ask a question about iPhone. Is it possible to retrieve the
I want to ask a question about iPhone. Is it possible to retrieve the
I'm new to zend framework and I want to ask if is it possible

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.