User:[email protected]: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "<syntaxhighlight lang="sql" line="1"> ELECT * FROM Users WHERE UserId = 1111 </syntaxhighlight>")
 
mNo edit summary
 
Line 1: Line 1:
<syntaxhighlight lang="sql" line="1">
<syntaxhighlight lang="sql" line="1">
ELECT * FROM Users WHERE UserId = 1111
SELECT * FROM Users WHERE UserId = 1111
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 09:54, 2 September 2023

SELECT * FROM Users WHERE UserId = 1111