[GENERAL] Are there limits to number of INSERTS inside a Transaction?

2000-07-12 Thread Ken Causey
and I wanted to make sure either the whole thing imported or none of it; would it be a bad idea to do ALL of the inserts within a single transaction? Are there any limits to the number of inserts/updates within a transaction? Ken Causey

Re: [GENERAL] Getting number of days in a month

2000-04-12 Thread Ken Causey
return 29; } } } Ken Causey ineffable At 02:26 PM 4/12/00 +0200, you wrote: >To obtain the number of days in a month, I wrote this function: > >CREATE FUNCTION dayCountOfMonth(datetime) RETURNS float AS >' DECLARE > theDate ALIAS FOR