Search results

  1. R

    problem in self join query

    Thanx its working fine.
  2. R

    problem in self join query

    thanx alot. but when i m trying to add more joins i m getting same error plz give me the exact solution for this.
  3. R

    problem in self join query

    plz find attachment. thanx in advance
  4. R

    problem in self join query

    when I am having more then 2 joins in query error displays as syntax error (missing operator). Please help
  5. R

    problem in self join query

    Thanks for your reply. And sorry for my previous reply. Result coming perfectly after removing 1st join
  6. R

    problem in self join query

    HI, Below query is working fine in SQL Server but when I am trying to run in ms access error message popup: syntax error (missing operator) in query expression 't1.[BankName]=mast.[BankName] LEFT JOIN (SELECT DISTINCT (CMaster.cbankname) AS BankName, Count(*) AS BankSanctionTotal...
Back
Top Bottom