Bei der Arbeit mit Code in einer Standard-MySQL-Datenbank bin ich auf folgende Aussage gestoßen: SELECT * FROM foo LEFT JOIN bar USING ('bar_id') WHERE foo_id = 1 Was mich wirft ist: Wofür ist es USING, was macht es? Meine erste Annahme war, dass es sich um die Arbeit mit Fremdschlüsseln …
Ich habe gerade eine UDF erstellt und sie getestet. Ich habe festgestellt, dass sie nur funktioniert, wenn ich diese Syntax verwende SELECT [PMIS].[dbo].[fnIsReportingTo] (50,1132) Ich hatte erwartet, dass es so funktioniert: select * from fnIsReportingTo (50,1132) oder select fnIsReportingTo (50,1132) Hier ist meine SQL erstellen: create function fnIsReportingTo ( @BossID …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.