Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index on empty date
Message
From
22/07/2008 09:15:33
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
22/07/2008 09:11:03
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01333105
Message ID:
01333108
Views:
12
>Hi
>
>How can I index\retrieve the lines with empty dates.
>
>For example:
>User need to confirm each line and the confim date must to be documented.
>I can put two columns, one for confirm (logical type or charcter (1)) and one for confirmdate, but I can put only confirmdate and if the date empty its means hat line not confirmed.
>Now I want to get all the lines that not conirmed by index.
>
>Help please
>
>Thanks

select * from myTable where myDate = {}

PS: I wouldn't create an index that specifically filters empty dates (using for clause).

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform