Script mysql zici? Astea sunt comenzi postgres (copy, vacuum, use).
Petru On Wed, 2001-11-28 at 11:10, Cristian wrote: > Am urmatorul script mysql. Imi puteti spun unde este greseala? Sau macar > ceva ideii. > use internet; > delete from conturi; > copy conturi from '/usr/local/script/passwd' using delimiters ':'; > delete from web; > copy web from '/usr/local/squid/logs/access.log.0.conv' using delimiters > '|'; > commit work; > vacuum verbose analyze conturi; > vacuum verbose analyze web; -- Petru Paler, http://www.ppetru.net --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
