Examples with "en SQL mais" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
La séparation du besoin et de la façon de l'obtenir fonctionne très bien en SQL mais cela ne veut pas dire pour autant que tout est parfait.
The separation of concerns-what is needed versus how to get it-works remarkably well in SQL, but it is still not perfect.
Il est cependant possible de ne pas référencer ce champ en SQL mais en XML, ce qui veut dire que la donnée est stockée dans un champ memo ("mData") de la table contenant les valeurs de tous les champs XML.
You can, however, reference this field in XML instead of SQL, which means that the data is stored in a memo field ("mData") of the table containing the values of all XML fields.
Andere resultaten
Il faut par contre quelques bases en SQL - mais l'apprentissage SQL de PostgreSQL est très bien fait.
It does require some knowledge of SQL - but the SQL primer in the PostgreSQL docs covers this quite well.
Non exposé en tant qu'objet SQL mais visible dans cette vue.
Not exposed as an SQL object, but visible in this view.
L'autre possibilité est d'exposer les données non pas en SQL, mais par le biais de web services.
The other possibility is to present data using web services rather than SQL.
Et il y a aussi NoSQL une autre conception, toujours en SQL, mais basée sur des couples clé-valeur.
And there are also NoSQL, another design, still in SQL but based on key-values couples only.
Lorsqu'on utilise LINQ to Entity Framework, tes prédicats dans la proposition Where sont traduits en SQL, mais SQL n'a pas d'équivalent pour certaines constructions complexes telles que DateTime.AddDays().
When using LINQ to Entity Framework, your predicates inside the Where clause get translated to SQL, which doesn't have a translation for some complex constructions like DateTime.AddDays().
Ceci ne fait pas partie du standard SQL mais est une extension PostgreSQL.
This is not in the SQL standard but is a PostgreSQL extension.
Cela n'arrêtera pas toutes les attaques par injection SQL mais cela rendra plus difficile leur exécution.
This might not stop all SQL injection attacks but will make them harder to conduct.
GREATEST et LEAST ne sont pas dans le standard SQL mais sont une extension habituelle.
Note that GREATEST and LEAST are not in the SQL standard, but are a common extension.
GREATEST et LEAST ne sont pas dans le standard SQL mais sont des extensions habituelles.
Note that GREATEST and LEAST are not in the SQL standard, but are a common extension.
La clause ON COMMIT pour les tables temporaires ressemble aussi au standard SQL mais a quelques différences.
The ON COMMIT clause for temporary tables also resembles the SQL standard, but has some differences.
Une instruction DROP FUNCTION est définie dans le standard SQL mais elle n'est pas compatible avec celle décrite ici.
A DROP FUNCTION statement is defined in the SQL standard, but it is not compatible with this command.