“SQL à Linq Converter en ligne gratuit” Réponses codées

SQL à Linq Converter en ligne gratuit

 select count(*) from MandatoryDocumentToIntakeDocs
 where MandatoryDocumentInStateID = 2
 and IntakeDocumentTypeID in(
 select  IntakeDocumentTypeID  from Documents where Discriminator='IntakeDocumentTypeDocument' and IntakeProcessId = 1
)
Wrong Wryneck

SQL à Linq Converter en ligne gratuit

 select count(*) from MandatoryDocumentToIntakeDocs
 where MandatoryDocumentInStateID = 2
 and IntakeDocumentTypeID in(
 select  IntakeDocumentTypeID  from Documents where Discriminator='IntakeDocumentTypeDocument' and IntakeProcessId = 1
)
Wrong Wryneck

Convertisseur SQL à Linq

select top 10 p.Nombre, p.Apellidos, (SELECT COUNT(*) FROM Personas ps WHERE PS.ParentCode LIKE '%' + CONVERT(VARCHAR, p.id) + '-%'   ) Total  
from personas p
ORDER BY Total desc
Smoggy Shrew

Réponses similaires à “SQL à Linq Converter en ligne gratuit”

Questions similaires à “SQL à Linq Converter en ligne gratuit”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code