> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/connectors/mariadb-connector-c/api-functions/mysql_field_tell.md).

# mysql\_field\_tell

## Syntax

```c
MYSQL_FIELD_OFFSET mysql_field_tell(MYSQL_RES * result);
```

## Parameter

* `result` - a result set identifier returned by [mysql\_store\_result()](/docs/connectors/mariadb-connector-c/api-functions/mysql_store_result.md) or [mysql\_use\_result()](/docs/connectors/mariadb-connector-c/api-functions/mysql_use_result.md).

## Description

Return the offset of the field cursor used for the last [mysql\_fetch\_field()](/docs/connectors/mariadb-connector-c/api-functions/mysql_fetch_field.md) call. This value can be used as a parameter for the function [mysql\_field\_seek()](/docs/connectors/mariadb-connector-c/api-functions/mysql_field_seek.md).

## Return Value

Returns the current offset of the field cursor

## See Also

* [mysql\_field\_seek()](/docs/connectors/mariadb-connector-c/api-functions/mysql_field_seek.md)

{% @marketo/form formId="4316" %}
