Files
2004-05-07 14:26:55 +00:00

9 lines
253 B
XML

<slide title="Triggers">
<blurb fontsize="4em">
Sqlite's trigger supports allows the automation of tasks normally requiring separate queries.
</blurb>
<example title="Count then IP ranges of each country" type="php" filename="trigger.php" />
</slide>