Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stored Procedure Trouble
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00596982
Message ID:
00597322
Vues:
14
>That still does not work for usertypes 'ADMIN' and 'CSR'. The other two usertypes each work for some reason without any problems, which is why this is such a problem for me.
Would you get records with 'ADMIN' or 'CSR' usertype by running following query?
		select distinct * from OGC inner join
			OutbackLogin ON OGC.OGCID = OutbackLogin.OLUserID
			WHERE OGC.OGCID Between 10000 and 29999
			order by businessname,lastname,firstname
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform