1234567890
Hi!
I write function on plpgsql and have some troubles:
I have table "owe" : uid int4, date int4, cost float4;
I want to select into "owe_old" : DECLARE owe_old float4;
cur_date := date_part(''year'', now()) || ''-'' || date_part(''month'', now()) ||
''-01'';
we have cur_dat
Matthew Tedder <[EMAIL PROTECTED]> wrote:
> For most web sites MySQL seems to work fine, but overall PostgreSQL offers
> more capabilites so why build upon a limited base such as MySQL?
> Does anyone here have any idea as to why so many people select MySQL when
> both systems are open sourced?
S