stega
13 years agoContributor
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...