Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > ger.ct > #569124

Re: Postgressql

Path csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From Michael Bode <m.g.bode@web.de>
Newsgroups ger.ct
Subject Re: Postgressql
Date Sun, 02 Oct 2022 20:43:26 +0200
Lines 20
Message-ID <jpu4eeF64clU2@mid.individual.net> (permalink)
References <thckve$1mb4h$4@dont-email.me>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Trace individual.net +tBl2xeFj0MdWPmMNQTTOQxUHrTtBev0OCDVyF0A6LhnyX0/6N
Cancel-Lock sha1:H8gbsutIkSi6uvNZiuInzrJqM3g=
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Xref csiph.com ger.ct:569124

Show key headers only | View raw


Goetz Schultz <news.expire1225@goetz.co.uk> writes:

> Hi,
>
> ich stehe vor einem Problem, wo ich nicht weiss ob es nicht geht und
> deshalb keine Antwort finde oder einfach nur falsch suche:
>
> In einem SELECT-Statement ist eines der Felder ein BigInt. Ich moechte
> von dem BigInt-wert die letzten beiden Ziffern wegfallen lassen (also
> statt 10 nur 8 Ziffern). Geht das mit Bordmitteln (Skripten /nach/ der
> Ausgabe geht, ist aber suboptimal).

select column / 100 from table;

Oder verstehe ich das Problem nicht?

-- 
"Die Abwesenheit von Evidenz zur Wirksamkeit ist keine Evidenz 
für die Abwesenheit von Wirksamkeit."
 - Der Grünen-Gesundheitsexperte Janosch Dahmen.

Back to ger.ct | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Postgressql Goetz Schultz <news.expire1225@goetz.co.uk> - 2022-10-02 19:23 +0100
  Re: Postgressql Michael Bode <m.g.bode@web.de> - 2022-10-02 20:43 +0200
    Re: Postgressql Goetz Schultz <news.expire1225@goetz.co.uk> - 2022-10-02 19:46 +0100
      Re: Postgressql Michael Bode <m.g.bode@web.de> - 2022-10-02 20:52 +0200
        Re: Postgressql Goetz Schultz <news.expire1225@goetz.co.uk> - 2022-10-02 19:59 +0100
          Re: Postgressql Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2022-10-03 08:01 +0000
        Re: Postgressql Goetz Schultz <news.expire1225@goetz.co.uk> - 2022-10-03 10:30 +0100
  Re: Postgressql Goetz Schultz <news.expire1225@goetz.co.uk> - 2022-10-02 19:44 +0100
    Re: Postgressql Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2022-10-03 08:06 +0000
      Re: Postgressql Michael Bode <m.g.bode@web.de> - 2022-10-03 10:15 +0200
        Re: Postgressql Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2022-10-03 09:57 +0000
        Re: Postgressql Michael Bode <m.g.bode@web.de> - 2022-10-03 12:12 +0200

csiph-web