create or replace function today() returns date language plpgsql as $$ declare ret_today date; begin select current_date into ret_today; return ret_today; end;$$
create or replace function today() returns date language plpgsql as $$ declare ret_today date; begin select current_date into ret_today; return ret_today; end;$$
Etiketlerpostgresql today
TBL_TEST.unl dosyamızın sonunda ki pipe “|” yok etmek için python da küçük bir script ile …