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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T23:49:45+00:00 2026-06-18T23:49:45+00:00

In Excel we can create reference cell (e.g. A2 = A1 + 1). Or

  • 0

In Excel we can create reference cell (e.g. A2 = A1 + 1). Or we create a reference cell on other sheet.

On postgres I would like create a reference cell to another table. Is it possible? How could I achieve that?

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-06-18T23:49:46+00:00Added an answer on June 18, 2026 at 11:49 pm

    RDBMS uses a different approach. There are queries and data. When you query something, it is natural to perform extra calculations on the data. In your case this is a simple arythmetic function.

    Say, you have a table:

    CREATE TABLE tab (
      id  integer PRIMARY KEY,
      a1  integer
    );
    

    Now, to achieve your case you can do the following:

    SELECT id,
           a1,
           a1+1 AS a2
      FROM tab;
    

    As you can see, I’m using existing columns in the formula and assign the result a new alias a2.

    I really recommend you to read the Tutorial and SQL Basics from the official PostgreSQL documentation, along with some SQL introduction book.

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

Sidebar

Related Questions

I want to create a generic html table to excel file view that can
I can create an excel and save it, however I would prefer to show
I want to know if PHPExcel can: Create Excel spreadsheets with embeded image. The
Can you create a unique identifier in Excel 2007. I'm looking for the same
How can I create an Excel spreadsheet with C# without requiring Excel to be
I have to create an excel file with POI-3.2-Final (can't upgrade to 3.5+, for
Can I read an excel file without using any module? I tried like just
How can I save data from an Excel sheet to .RData file in R?
I generate some Excel file with Microsoft Interop, no problem, I can create files,
I want to create a Excel.Range object from a list of cell references which

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.