On Wednesday 01 October 2003 12:51, Daniel Schuchardt wrote:
> Hi,
>
> Is there is a way to get the real curren_time inside a transaction (not
> the time when the transaction stated)
SELECT timeofday();
Note that this returns a text-type (for historical reasons apparently)
--
Richard Huxton
Archonet Ltd
On Wed, 1 Oct 2003, Daniel Schuchardt wrote:
> Hi,
>
> Is there is a way to get the real curren_time inside a transaction (not
> the time when the transaction stated)
begin;
select timeofday();
select timeofday();
commit;
Есть вопросы? Напишите нам!
✖
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера