Discussion: how does view work??
Afficher un message
Vieux 22/09/2007, 13h19   #1
Séverin Richard
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut how does view work??

Hi all,

I create a viewfor spectacles

create view v_spectacles as

select Sname,Sdate,Scategory,...
from spectacles

Where Sdate > now()

this view will change every day !!
But how does mysql refresh it. Is it a cron task, and how many time is
it launched?? which frequency, how to modify the frequency??

or this will not be dynamicaly refresh?

thx for suggestions.



  Réponse avec citation
 
Page generated in 0,04702 seconds with 9 queries