Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any ideas for SQL-SELECT syntax?
Message
From
08/02/2000 20:31:37
Fernando España
Alta Tecnologia En Informatica
Guatemala, Guatemala
 
 
To
06/02/2000 22:27:46
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00328130
Message ID:
00329252
Views:
21
You can use UFD in SQL sintax but this not work poperly
all time

example

Select id_customer,suma(id_customer) from tbl_customers


procedure suma
lparameter id_cust

select sum(amount) as sumas from
tbl_sales where id_customer=id_cust
into cursor totals

return totals.sumas

sorry for my english!!
Fernando España
SQL Server Specialist
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform