Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql - where ... ?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00696128
Message ID:
00696129
Views:
10
This message has been marked as the solution to the initial question of the thread.
Hi Pedro,

Try it:
SELECT name FROM Clientes INTO CURSOR CurImpCli WHERE name >= "Cetin" .AND. name <= "Sergey"
or
SELECT name FROM Clientes INTO CURSOR CurImpCli WHERE BETWEEN(name,"Cetin","Sergey")
or
SELECT name FROM Clientes INTO CURSOR CurImpCli WHERE name BETWEEN "Cetin" AND "Sergey"
MartinJ

>Hi
>
>I have a table Clientes
>
>I want print from Clientes.Name = "Cetin"
>to Clientes.Name = "Sergey"
>
>How can i make this Select ?
>
>SELECT name FROM Clientes INTO CURSOR CurImpCli WHERE name > "Cetin" .AND, nome < "Sergey"
>&& ????? How can i do this ?
>
>Thanks
>Have a nice day !
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Reply
Map
View

Click here to load this message in the networking platform