# Guid

{% hint style="info" %}
The **`Guid()`** function generates a Globally Unique Identifier (GUID).

See [wikipedia](http://en.wikipedia.org/wiki/Globally_unique_identifier) to learn more about GUIDs.

This function is NOT SQL compatible. For more information about SQL compatibility, see our [documentation](https://docs.wem.io/platform/~/changes/y5gAfiyi2fILzrLzUUHj/wemreference/sql-compatibility).
{% endhint %}

{% hint style="success" %}
Returns a text that contains a GUID (Global Unique Identifier).&#x20;
{% endhint %}

### Syntax

<details>

<summary><code>Guid()</code></summary>

`Guid()`\
\&#xNAN;*=> "3F2504E0-4F89-41D3-9A0C-0305E82C3301"*

</details>
