Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unexplained value in SQL field
Message
From
09/10/2006 12:11:29
 
 
To
09/10/2006 12:03:00
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01160578
Message ID:
01160584
Views:
8
>I have a SQL command like this:
>
>
>SELECT ...
 IIF(ISNULL(Member.NoSchool),0,Member.NoSchool) AS NoSchool,School.SchoolT,Video.NoClass,;
...
 LEFT JOIN Member AS Member2 ON Video.NoMember2=Member2.Numero;
 WHERE Video.Active2 AND Video.DateR<={^2006/10/09 07:46:15}
How about CAST(NVL(Member.NoSchool, 0) as I) ?

regards

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform