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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T04:47:44+00:00 2026-05-19T04:47:44+00:00

greetings all I want to insert 70 records in a table the values are

  • 0

greetings all
I want to insert 70 records in a table
the values are value1,value2,…value70
and I was wondering if it’s possible to accomplish this through a SQL query
I am using postgresql db.
thanks in advance.

  • 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-19T04:47:45+00:00Added an answer on May 19, 2026 at 4:47 am

    Where do the values come from? Are they arbtrary values? Just use a multiple insert statement, like:

    INSERT INTO t (colname) VALUES ('value1'), ('value2'), ..., ('value70');
    

    Are they values that can be generated from the integers 1 to 70? If so, use the set returning function generate_series:

    INSERT INTO t (colname) SELECT 'value'||i FROM generate_series(1,70) AS s(i);
    

    Are they just in some other table? Just reference it normally:

    INSERT INTO t (colname) SELECT val FROM othert;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Greetings all i want to use ajax with spring framework and i was wondering
Possible Duplicate: How to internationalize a java web application. greetings all i want that
greetings all i was wondering if it's possible to send some javaScript code in
Greetings to all... I want to use fade effect with jCarouselLite qualities. Is it
Greetings all, I am taking a Structure and Application of Microcomputers course this semester
Greetings all, I want to run the code block inside the loop ,in seperate
Greetings all I want to do something like a trigger or a listener (I
greetings all I have a text that may contains emails and I want to
Greetings All; I am a beginner in using regex. What I want to do
Greetings all, This has confused me ever since I first started coding in C#.

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.