Re: Alternative to AS?
От | Lukasz Brodziak |
---|---|
Тема | Re: Alternative to AS? |
Дата | |
Msg-id | AANLkTi=Bx7wqAFuDr6UnOeHRVCO-CEVaJ+HvZ46Oz2gE@mail.gmail.com обсуждение исходный текст |
Ответ на | Alternative to AS? (Helgi Örn <sacredeagle@gmail.com>) |
Ответы |
Re: Alternative to AS?
|
Список | pgsql-novice |
Hi, From You've written You want to convert time formatting. If that is the case thisarticle may be of help: http://www.postgresql.org/docs/8.0/static/datatype-datetime.html 2010/10/6 Helgi Örn <sacredeagle@gmail.com>: > Hi! I am moving a database project from MySQL to PostgreSQL I was a > newbie there and now I am a newbie here :) > > I have this form mysql: > SELECT tid_in, TIME_FORMAT(tid_in, '%H.%i')AS format FROM timmar; > > Which I have gotten postgre to accept thus far: > SELECT pack_tidin TIME_FORMAT, pack_tidin '%H.%i', AS format FROM timmar; > > it stops at AS which doesn't seem to exist is postgre, what is > postgres alternative to AS? > > > Thank's in advance, > Helgi Örn > > -- > Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-novice > -- Łukasz Brodziak II MU Bioinformatyka
В списке pgsql-novice по дате отправления: