Forum Discussion

stega's avatar
stega
Contributor
13 years ago

SQL Query problem

Hi All, I need some help with my SQL query. I have this query: Qry.SQL = "SELECT * FROM [Customers] AS u INNER JOIN [Securities_WebClient] AS mb ON u.sorszam=mb.sorszam "; And i want t...